Skip to content

Commit

Permalink
fixed clj autotest and added autotest scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
logaan committed Jul 7, 2015
1 parent bf3bb34 commit f9c95a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Expand Up @@ -9,10 +9,11 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "0.0-3308"]]
:profiles {:doc {}
:test {:dependencies [[org.clojure/tools.namespace "0.2.11"]]}}
:test {:dependencies [[org.clojure/tools.namespace "0.2.11"]]
:plugins [[quickie "0.4.1"]
[lein-cljsbuild "1.0.6"]]}}
:test-matcher #"vlad\.test\..*"

:plugins [[lein-cljsbuild "1.0.6"]]
:cljsbuild {:builds {:test {:source-paths ["src" "test"]
:notify-command ["phantomjs" "resources/test/test.js"]
:compiler {:output-to "resources/test/compiled.js"
Expand Down
4 changes: 4 additions & 0 deletions script/clj-autotest
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

lein with-profile test quickie

3 changes: 3 additions & 0 deletions script/cljs-autotest
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

lein with-profile test cljsbuild auto test

0 comments on commit f9c95a1

Please sign in to comment.