diff --git a/deps.edn b/deps.edn index 947628a..29ef334 100644 --- a/deps.edn +++ b/deps.edn @@ -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" diff --git a/test/coffi/ffi_test.clj b/test/clj/coffi/ffi_test.clj similarity index 100% rename from test/coffi/ffi_test.clj rename to test/clj/coffi/ffi_test.clj