aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cljcc/cljcc_test.clj7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cljcc/cljcc_test.clj b/test/cljcc/cljcc_test.clj
new file mode 100644
index 0000000..0b9ee10
--- /dev/null
+++ b/test/cljcc/cljcc_test.clj
@@ -0,0 +1,7 @@
+(ns cljcc.cljcc-test
+ (:require [clojure.test :refer :all]
+ [cljcc.cljcc :refer :all]))
+
+(deftest a-test
+ (testing "FIXME, I fail."
+ (is (= 0 1))))