Skip to content

Commit b660dd3

Browse files
committed
Do not load cxml/test as part of cxml in cxml.asd
1 parent 00b22bf commit b660dd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cxml.asd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@
124124
"Henrik Motakef"
125125
"David Lichteblau")
126126
:maintainer "Sharp Lispers <sharplispers@googlegroups.com>"
127-
:depends-on ("cxml/dom" "cxml/klacks" #-allegro "cxml/test"))
127+
:depends-on ("cxml/dom" "cxml/klacks")
128+
:in-order-to ((test-op (test-op "cxml/test"))))

0 commit comments

Comments
 (0)