Meander tests

This commit is contained in:
Michiel Borkent 2022-07-03 13:41:30 +02:00
parent 1a48bdf4bc
commit 90add0e787
2 changed files with 18 additions and 1 deletions

View file

@ -144,7 +144,10 @@
:git/tag "schema-1.3.0"} :git/tag "schema-1.3.0"}
metosin/malli {:git/url "https://github.com/metosin/malli" metosin/malli {:git/url "https://github.com/metosin/malli"
:git/sha "588147ef49b2e41c7d12a8aa994b39c1c6fedd99" :git/sha "588147ef49b2e41c7d12a8aa994b39c1c6fedd99"
:git/tag "0.8.9"}} :git/tag "0.8.9"}
meander/epsilon {:git/url "https://github.com/noprompt/meander"
:git/sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"}
}
:classpath-overrides {org.clojure/clojure nil :classpath-overrides {org.clojure/clojure nil
org.clojure/spec.alpha nil}} org.clojure/spec.alpha nil}}
:clj-nvd :clj-nvd

View file

@ -145,4 +145,18 @@
:git-tag "0.8.9" :git-tag "0.8.9"
;; specify for adding tests to classpath ;; specify for adding tests to classpath
:test-paths ["test"]} :test-paths ["test"]}
meander/epsilon {:test-namespaces [meander.epsilon-test
meander.defsyntax-test
meander.syntax.epsilon-test
meander.substitute.epsilon-test
meander.strategy.epsilon-test
meander.matrix.epsilon-test
meander.match.epsilon-test
meander.match.ir.epsilon-test
meander.match.check.epsilon-test
meander.interpreter.epsilon-test
meander.defsyntax-test.gh-145]
:test-paths ["test"]
:git-url "https://github.com/noprompt/meander"
:git-sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"}
} }