[move test files to t/ and modify parenscript-test.asd as well
Luca Capello <luca@pca.it>**20060123215026] {
adddir ./t
move ./ref2test.lisp ./t/ref2test.lisp
move ./reference-tests.lisp ./t/reference-tests.lisp
move ./test-package.lisp ./t/test-package.lisp
move ./test.lisp ./t/test.lisp
hunk ./parenscript-test.asd 11
-    :depends-on (:parenscript :fiveam :cl-ppcre)
-    :components ((:file "test-package")
-                 (:file "test" :depends-on ("test-package"))
-                 (:file "ref2test" :depends-on ("test"))
-		 (:file "reference-tests" :depends-on ("test"))))
+  :depends-on (:parenscript :fiveam :cl-ppcre)
+  :components ((:module :t
+                :components ((:file "test-package")
+                             (:file "test" :depends-on ("test-package"))
+                             (:file "ref2test" :depends-on ("test"))
+                             (:file "reference-tests" :depends-on ("test"))))))
}