Skip to content

Commit

Permalink
Add track-level project.clj
Browse files Browse the repository at this point in the history
Add cheshire as a dependency to parse config.json,
and set `:test-paths` to "_test". The test directory
is prefixed with _ to make it stand out from exercise
directories.

See exercism#64 for discussion.
  • Loading branch information
yurrriq committed Dec 14, 2015
1 parent 82efa97 commit a0d35c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.clj
@@ -0,0 +1,6 @@
(defproject xclojure "0.1.0"
:description "Exercism Exercises in Clojure"
:url "https://github.com/exercism/xclojure"
:test-paths ["_test"]
:dependencies [[org.clojure/clojure "1.7.0"]
[cheshire "5.5.0"]])

0 comments on commit a0d35c8

Please sign in to comment.