Move clojure tests to a language subdir

This commit is contained in:
Joshua Suskalo 2021-09-22 12:55:27 -05:00
parent a1dffc24b0
commit dcae970332
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@
;; NOTE(Joshua): If you want to use nodisassemble you should also add a
;; -javaagent for the resolved location
:jvm-opts ["--add-modules=jdk.incubator.foreign" "--enable-native-access=ALL-UNNAMED"]}
:test {:extra-paths ["test"]
:test {:extra-paths ["test/clj"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.0"}
io.github.cognitect-labs/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"