Skip to content

Commit f8fe4e3

Browse files
committed
better test-op
1 parent df3ca00 commit f8fe4e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: rope.asd

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
:perform (asdf:test-op
1515
(o c)
1616
(multiple-value-bind (stat result)
17-
(uiop:symbol-call :fiasco :all-tests)
17+
(uiop:symbol-call :fiasco :run-tests
18+
'(:rope/test/basic
19+
:rope/test/fuzz))
1820
(print result)
1921
(assert (eql t stat)))))
2022

0 commit comments

Comments
 (0)