Skip to content

Commit

Permalink
Special shop-silent-test infrastructure not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Feb 13, 2024
1 parent 8bc4937 commit 8d68a59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
3 changes: 0 additions & 3 deletions shop3/shop-silent-test.asd

This file was deleted.

12 changes: 6 additions & 6 deletions shop3/shop3.asd
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ minimal affected subtree."


(defsystem shop3/test
:defsystem-depends-on ("shop-silent-test")
:class "silent-shop-test:shop-fiveam-tester"
:defsystem-depends-on ((:version "fiveam-asdf" "2"))
:class "fiveam-asdf:fiveam-tester-system"
:test-names ((pddl-tests . :shop3) ; 144
(protection-test . :protection-test) ; 16
;; all the following are now subsumed into all-shop3-internal-tests
Expand Down Expand Up @@ -356,8 +356,8 @@ minimal affected subtree."


(defsystem shop3/test-satellite
:defsystem-depends-on ("shop-silent-test")
:class "silent-shop-test:shop-fiveam-tester"
:defsystem-depends-on ((:version "fiveam-asdf" "2"))
:class "fiveam-asdf:fiveam-tester-system"
:test-names (("SATELLITE-ADL-TESTS" . "TEST-SATELLITE"))
:num-checks 80
:depends-on ((:version "shop3" (:read-file-form "shop-version.lisp-expr"))
Expand All @@ -368,8 +368,8 @@ minimal affected subtree."
:components ((:file "test-satellite")))

(defsystem shop3/test-unifier
:defsystem-depends-on ("shop-silent-test")
:class "silent-shop-test:shop-fiveam-tester"
:defsystem-depends-on ((:version "fiveam-asdf" "2"))
:class "fiveam-asdf:fiveam-tester-system"
:test-names (("TEST-SHOP-UNIFIER" . "SHOP-UNIFIER-TESTS"))
:num-checks 36
:depends-on ("shop3/unifier" "alexandria")
Expand Down
17 changes: 0 additions & 17 deletions shop3/silent-shop-test.lisp

This file was deleted.

0 comments on commit 8d68a59

Please sign in to comment.