Restructure paths, add tests package.
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 10 Jun 2013 22:39:13 +0000 (00:39 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 15 Jan 2015 21:34:40 +0000 (21:34 +0000)
I.e. src and tests components, use fiveam as usual.

cl-inotify.asd
tests/suite.lisp

index dfc010d..e30b3a8 100644 (file)
@@ -55,7 +55,7 @@
 (asdf:defsystem #:cl-inotify-tests
   :depends-on (#:cl-inotify #:fiveam)
   :serial T
-  :components ((:module "src"
+  :components ((:module "tests"
                 :components
                 ((:file "package")
                  (:file "suite")
index adaac10..9a6bd89 100644 (file)
@@ -28,4 +28,4 @@
 
 (in-package #:cl-inotify-tests)
 
-(defsuite cl-inotify)
+(def-suite cl-inotify)