How to run Clojure tests on Windows?
- by anta40
I put Clojure in C:\clojure-1.1.0, and start the REPL by:
java -cp clojure.jar clojure.main
In \test\clojure\test_clojure, there are a bunch of test files.
How to run these?
For example, I tried:
java -cp ......\clojure.jar clojure.main data_structures.clj
And it didn't work.