Skip to content

Commit

Permalink
renamed the testing system: spatial-trees-test -> spatial-trees.test
Browse files Browse the repository at this point in the history
also, enabled testing of the NNS subsystem from the toplevel (= spatial-trees)
  • Loading branch information
guicho271828 committed Dec 1, 2013
1 parent 3293d54 commit 6c473bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion spatial-trees.asd
Expand Up @@ -20,4 +20,5 @@
(:static-file "LICENCE")
(:static-file "TODO"))
:perform (test-op :after (op c)
(asdf:load-system :spatial-trees-test)))
(asdf:load-system :spatial-trees.test)
(asdf:test-system :spatial-trees.nns)))
4 changes: 3 additions & 1 deletion spatial-trees.nns.asd
Expand Up @@ -4,4 +4,6 @@
:alexandria
:iterate)
:components
((:file :nearest-search)))
((:file :nearest-search))
:perform (test-op :after (op c)
(asdf:load-system :spatial-trees.nns.test)))
2 changes: 1 addition & 1 deletion spatial-trees-test.asd → spatial-trees.test.asd
@@ -1,5 +1,5 @@
;;; -*- mode: lisp -*-
(asdf:defsystem :spatial-trees-test
(asdf:defsystem :spatial-trees.test
:depends-on (:spatial-trees :fiveam)
:components
((:file "spatial-tree-test"))
Expand Down

0 comments on commit 6c473bc

Please sign in to comment.