ソースを参照

move testsuite to subdirectory test/

Anton Vodonosov 13 年 前
コミット
5dcefead89
3 ファイル変更2 行追加1 行削除
  1. 0 0
      test/test-framework.lisp
  2. 0 0
      test/test.lisp
  3. 2 1
      trivial-gray-streams-test.asd

+ 0 - 0
test-framework.lisp → test/test-framework.lisp


+ 0 - 0
test.lisp → test/test.lisp


+ 2 - 1
trivial-gray-streams-test.asd

@@ -2,6 +2,7 @@
 
 (defsystem :trivial-gray-streams-test
   :version "2.0"
-  :serial t
   :depends-on (:trivial-gray-streams)
+  :pathname #P"test/"
+  :serial t
   :components ((:file "test-framework") (:file "test")))