Preparing for move to GitHub

This commit is contained in:
Simon Brooke 2018-03-20 16:21:43 +00:00
parent 2fc53be9e7
commit 38bcacc376
41 changed files with 2165 additions and 220 deletions

7
test/adl/core_test.clj Normal file
View file

@ -0,0 +1,7 @@
(ns adl.core-test
(:require [clojure.test :refer :all]
[adl.core :refer :all]))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))