Skip to content

Commit 0c88caa

Browse files
svetlyak40wtmdbergmann
authored andcommitted
Replaced depends-on with serial.
1 parent 96b5c4c commit 0c88caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sento.asd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"lparallel"
7070
"cl-mock")
7171
:components ((:module "tests"
72+
:serial t
7273
:components
7374
((:file "all-test")
7475
(:file "miscutils-test")
@@ -97,8 +98,7 @@
9798
(:file "actor-tree-test")
9899
(:file "spawn-in-receive-test")
99100
(:file "test-utils")
100-
(:file "message-box-test"
101-
:depends-on ("test-utils")))))
101+
(:file "message-box-test"))))
102102
:description "Test system for sento"
103103
:perform (test-op (op c) (symbol-call :fiveam :run!
104104
(uiop:find-symbol* '#:test-suite

0 commit comments

Comments
 (0)