[flexichain-cvs] CVS update: flexichain/flexichain-test.asd flexichain/rtester.lisp flexichain/tester-package.lisp flexichain/tester.lisp

Robert Strandh rstrandh at common-lisp.net
Mon Oct 4 06:54:30 UTC 2010


Update of /project/flexichain/cvsroot/flexichain
In directory cl-net:/tmp/cvs-serv28161

Modified Files:
	flexichain-test.asd rtester.lisp tester-package.lisp 
Removed Files:
	tester.lisp 
Log Message:
Removed the CLIM-based tester.

Put the random tester code in the tester package.


Date: Mon Oct  4 02:54:30 2010
Author: rstrandh

Index: flexichain/flexichain-test.asd
diff -u flexichain/flexichain-test.asd:1.1 flexichain/flexichain-test.asd:1.2
--- flexichain/flexichain-test.asd:1.1	Sun Mar  9 12:13:57 2008
+++ flexichain/flexichain-test.asd	Mon Oct  4 02:54:30 2010
@@ -26,9 +26,8 @@
                (read vers))
   :depends-on (flexichain)
   :components ((:file "tester-package")
-               (:file "tester" :depends-on ("tester-package"))
-               (:file "rtester" :depends-on ("tester-package"))
+               (:file "stupid" :depends-on ("tester-package"))
+               (:file "rtester" :depends-on ("tester-package" "stupid"))
                (:file "skiplist-package")
-               (:file "skiplist" :depends-on ("skiplist-package"))
-               (:file "stupid")))
+               (:file "skiplist" :depends-on ("skiplist-package"))))
 


Index: flexichain/rtester.lisp
diff -u flexichain/rtester.lisp:1.2 flexichain/rtester.lisp:1.3
--- flexichain/rtester.lisp:1.2	Sun Jan 27 01:05:37 2008
+++ flexichain/rtester.lisp	Mon Oct  4 02:54:30 2010
@@ -1,3 +1,5 @@
+(in-package :tester)
+
 (defparameter *instructions* '())
 
 (defparameter *ins-del-state* t)


Index: flexichain/tester-package.lisp
diff -u flexichain/tester-package.lisp:1.1.1.1 flexichain/tester-package.lisp:1.2
--- flexichain/tester-package.lisp:1.1.1.1	Wed Feb  8 21:51:06 2006
+++ flexichain/tester-package.lisp	Mon Oct  4 02:54:30 2010
@@ -1,2 +1,2 @@
 (defpackage :tester
-    (:use :clim :clim-lisp :flexichain))
+    (:use :common-lisp :flexichain))







More information about the Flexichain-cvs mailing list