Skip to content

Instantly share code, notes, and snippets.

@venkr
venkr / hw6test.sh
Created February 20, 2017 03:20
CSE12 HW6 Checker
#!/bin/bash
#NOTE: This script must be in the src folder
#Modify classpath to include class directory, and link to JUnit jar if your tester is in there.
#If you don't want to go through the work of finding the JUnit jar, temporarily move your Testers outside
CLASSPATH="hw6:/Users/USERNAME/.p2/pool/plugins/org.junit_4.12.0.v201504281640/junit.jar"
#Modify these