From a5e64fc71aa69fb4199d9d3f252f90fcf525c5c6 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Tue, 11 Jun 2013 00:39:13 +0200 Subject: [PATCH] Restructure paths, add tests package. I.e. src and tests components, use fiveam as usual. --- cl-inotify.asd | 2 +- tests/suite.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4