talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
252 stars 74 forks source link

Is it possible to run a single Clojure test namespace? #86

Open zhming0 opened 10 years ago

zhming0 commented 10 years ago

I'd like to do something like: mvn -Dtest=XXX.clj test Is it currently possible?