From 3d78596e9a8394e7223bf0015fc488f184af53d0 Mon Sep 17 00:00:00 2001 From: Gary King Date: Thu, 8 Nov 2007 15:20:41 -0500 Subject: [PATCH] bumped version darcs-hash:20071108202041-3cc5d-693c16645b08ba73225277673bf3b99fe1df88f5.gz --- trivial-shell.asd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/trivial-shell.asd b/trivial-shell.asd index db3db1e..1e2068d 100644 --- a/trivial-shell.asd +++ b/trivial-shell.asd @@ -10,7 +10,7 @@ Alexander Repenning's Apple event code. (in-package :trivial-shell-system) (defsystem trivial-shell - :version "0.1.3" + :version "0.1.5" :author "Gary Warren King " :maintainer "Gary Warren King " :licence "MIT Style License" @@ -27,7 +27,7 @@ Alexander Repenning's Apple event code. :depends-on ("package")) (:file "shell" :depends-on ("definitions" "macros" #+digitool "mcl")) - + #+allegro (:file "allegro" :depends-on ("shell")) #+clisp @@ -56,9 +56,9 @@ Alexander Repenning's Apple event code. :components ((:static-file "index.lml")))))) :in-order-to ((test-op (load-op trivial-shell-test))) :perform (test-op :after (op c) - (describe - (funcall (intern (symbol-name '#:run-tests) :lift) - :suite '#:trivial-shell-test))) + (funcall + (intern (symbol-name '#:run-tests) :lift) + :config :generic)) :depends-on ()) (defmethod operation-done-p -- 2.11.4.GIT