How to run Clojure tests on Windows?
Posted
by anta40
on Stack Overflow
See other posts from Stack Overflow
or by anta40
Published on 2010-05-14T04:51:08Z
Indexed on
2010/05/14
4:54 UTC
Read the original article
Hit count: 385
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.
© Stack Overflow or respective owner