From: Olof-Joachim Frahm Date: Mon, 10 Jun 2013 22:39:13 +0000 (+0200) Subject: Restructure paths, add tests package. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a5e64fc71aa69fb4199d9d3f252f90fcf525c5c6;p=cl-inotify.git Restructure paths, add tests package. I.e. src and tests components, use fiveam as usual. --- diff --git a/cl-inotify.asd b/cl-inotify.asd index dfc010d..e30b3a8 100644 --- a/cl-inotify.asd +++ b/cl-inotify.asd @@ -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") diff --git a/tests/suite.lisp b/tests/suite.lisp index adaac10..9a6bd89 100644 --- a/tests/suite.lisp +++ b/tests/suite.lisp @@ -28,4 +28,4 @@ (in-package #:cl-inotify-tests) -(defsuite cl-inotify) +(def-suite cl-inotify)