#COMPILE AND RUN MY JUNITS
##Command Line
javac -cp $(JUNIT_HOME)/junit-4.10.jar NuPack.java NuPackTest.java
java -cp $(JUNIT_HOME)/junit-4.10.jar org.junit.runner.JUnitCore NuPackTest
##Makefile
- Modify the path $(JUNIT_HOME) in accordante with the path where junit is in your local machine
- Run
make run
command line.