From 66196d820f90156f02a569e56c6bb8f1ede6cbcd Mon Sep 17 00:00:00 2001 From: Sudhir Shenoy Date: Fri, 4 Aug 2017 06:58:15 +0900 Subject: [PATCH] Moved test suite to subdirectory --- test-dates.lisp => test/test-dates.lisp | 0 test-hols.lisp => test/test-hols.lisp | 0 test-main.lisp => test/test-main.lisp | 0 test-parse-date.lisp => test/test-parse-date.lisp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test-dates.lisp => test/test-dates.lisp (100%) rename test-hols.lisp => test/test-hols.lisp (100%) rename test-main.lisp => test/test-main.lisp (100%) rename test-parse-date.lisp => test/test-parse-date.lisp (100%) diff --git a/test-dates.lisp b/test/test-dates.lisp similarity index 100% rename from test-dates.lisp rename to test/test-dates.lisp diff --git a/test-hols.lisp b/test/test-hols.lisp similarity index 100% rename from test-hols.lisp rename to test/test-hols.lisp diff --git a/test-main.lisp b/test/test-main.lisp similarity index 100% rename from test-main.lisp rename to test/test-main.lisp diff --git a/test-parse-date.lisp b/test/test-parse-date.lisp similarity index 100% rename from test-parse-date.lisp rename to test/test-parse-date.lisp