Skip to content

Commit

Permalink
add deps-clr.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 24, 2024
1 parent 185dc36 commit 07ec2c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deps-clr.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{:paths ["src/main/clojure"]

:aliases
{:test
{:extra-paths ["src/test/clojure"]
:extra-deps {io.github.dmiller/test-runner {:git/sha "c055ea13d19c6a9b9632aa2370fcc2215c8043c3"}}
;; :main-opts ["-m" "cognitect.test-runner" "-d" "src/test/clojure"]
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["src/test/clojure"]}}}}

0 comments on commit 07ec2c9

Please sign in to comment.