From b682f2758f96284fd8e9930753c6b2944add9b9d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 29 Nov 2009 12:33:08 +0100 Subject: Fix the build system by adding a dummy unit test file. --- build.xml | 2 +- test/logikorr/tests.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/logikorr/tests.clj diff --git a/build.xml b/build.xml index 885ab73..f45fa34 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/test/logikorr/tests.clj b/test/logikorr/tests.clj new file mode 100644 index 0000000..cda81b2 --- /dev/null +++ b/test/logikorr/tests.clj @@ -0,0 +1 @@ +(ns logikorr.tests) -- cgit v1.2.3