diff --git a/Makefile b/Makefile index 5072464e7..83bc364e7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/project.clj b/project.clj index fa61d4157..83f70a970 100644 --- a/project.clj +++ b/project.clj @@ -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"] @@ -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