Skip to content

Commit

Permalink
Add tests for HDDL plan generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Oct 19, 2023
1 parent 70be97a commit 4f4cf5f
Show file tree
Hide file tree
Showing 2 changed files with 1,211 additions and 12 deletions.
17 changes: 5 additions & 12 deletions shop3/shop3.asd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ minimal affected subtree."
(find-package :shop3))
(asdf:component-version (asdf:find-system "shop3")))))
(:file "plan-printer" :depends-on ("package"
"decls"))))
"decls"))
(:file "hddl-plan" :pathname "hddl/hddl-plan"
:depends-on ("explicit-stack-search" "tree"))))

(defsystem :shop3/common
:serial t
Expand Down Expand Up @@ -194,16 +196,6 @@ minimal affected subtree."
(:file "graph-plan-tree"))
)

(defsystem "shop3/hddl"
:depends-on ("shop3" (:version "hddl-utils" "3"))
:pathname "hddl/"
:serial t
:components (;;(:file "package")
(:file "hddl-plan")
;; (:file "hddl-problem" :depends-on ("package"))
))


;;;---------------------------------------------------------------------------
;;; Testing
;;;---------------------------------------------------------------------------
Expand Down Expand Up @@ -386,7 +378,8 @@ shop3."
"Log_ran_problems_50"
"Log_ran_problems_55"
"Log_ran_problems_60"))))
(:file "replan-tests" :pathname "tests/replan-tests")))
(:file "replan-tests" :pathname "tests/replan-tests")
(:file "hddl-tests" :pathname "tests/hddl-tests")))


(defsystem shop3/test-satellite
Expand Down
Loading

0 comments on commit 4f4cf5f

Please sign in to comment.