From 96ab960480e56c573bdbe77fe9d326d0fb1c1b9a Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Wed, 10 Jan 2024 13:50:42 -0600 Subject: [PATCH] Adjust test count. --- shop3/shop3.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop3/shop3.asd b/shop3/shop3.asd index 0dfcd80e..be1affbb 100644 --- a/shop3/shop3.asd +++ b/shop3/shop3.asd @@ -251,7 +251,7 @@ shop3." (misc-tests . :shop3-user) ; 10 (minimal-subtree-tests . :shop3-user) ; 12 (enhanced-plan-tree . :shop3-user) ; 2 - (theorem-prover-tests . :shop-theorem-prover-tests) ; 4 + (theorem-prover-tests . :shop-theorem-prover-tests) ; 26 (test-plan-repair . :shop-replan-tests) ; 3 (test-shop-states . :test-states) ; 110 (analogical-replay-tests . :analogical-replay-tests) ; 24 @@ -259,7 +259,7 @@ shop3." (search-tests . :search-tests) ; 9 (plan-num-limit-tests . :plan-num-limit-tests) ; 25 ) - :num-checks 1086 + :num-checks 1094 :depends-on ((:version "shop3" (:read-file-form "shop-version.lisp-expr")) "shop3/openstacks" "shop3/pddl-helpers"