r5328: Auto commit for Debian build

This commit is contained in:
Kevin M. Rosenberg
2003-07-18 23:11:37 +00:00
parent 55f0e1f9f5
commit 583a97172b
2 changed files with 10 additions and 5 deletions

View File

@ -25,5 +25,6 @@
((:file "tests")))
(defmethod perform ((o test-op) (c (eql (find-system 'puri-tests))))
(or (funcall (intern (symbol-name '#:do-tests) (find-package :rt)))
(or (funcall (intern (symbol-name '#:do-tests)
(find-package :puri-tests)))
(error "test-op failed")))