Simple junit runner!
Java and Javac should be installed
- Place all your source codes under project/src directory
- Place all your external libraries under project/lib directory (don't add junit)
- Run "python run.py"
It will run all tests for you, just as eclipse does!
It should work in all platforms. (tested only in osx)
Feel free to test this too!
http://junit.org/
https://github.com/takari/takari-cpsuite
http://stackoverflow.com/questions/2255046/run-all-tests-in-junit-4