Skip to content

Commit

Permalink
Tweak the :test profile in order to test the new orchard code
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Jun 2, 2019
1 parent 7139d42 commit b02a8bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ JAVA_VERSION = $(shell lein with-profile +sysutils \
inline-deps: .inline-deps

test: .inline-deps
lein with-profile +$(CLOJURE_VERSION),+plugin.mranderson/config test
lein with-profile +$(CLOJURE_VERSION),+test,+plugin.mranderson/config test

eastwood:
lein with-profile +$(CLOJURE_VERSION),+eastwood eastwood
Expand Down
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@

:dev {:dependencies [[boot/base "2.8.3"]
[boot/core "2.8.3"]
[leiningen-core "2.9.0"]]}
[leiningen-core "2.9.0"]]
:global-vars {*assert* true}}

:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.10.520" :scope "provided"]
Expand All @@ -80,7 +81,8 @@
:test {:source-paths ["test/src"]
:java-source-paths ["test/java"]
:resource-paths ["test/resources"]
:dependencies [[cider/piggieback "0.4.0"]]}
:dependencies [[pjstadig/humane-test-output "0.9.0"]
[cider/piggieback "0.4.0"]]}

;; Need ^:repl because of: https://github.com/technomancy/leiningen/issues/2132
:repl ^:repl [:test
Expand Down

0 comments on commit b02a8bd

Please sign in to comment.