destJAR = "output.jar";
}
public void runTests(String test_case, boolean run_hard_tests) {
RootbeerCompiler compiler = new RootbeerCompiler();
CurrJarName jar_name = new CurrJarName();
String rootbeer_jar = jar_name.get();
try {
if(test_case == null){
compiler.compile(rootbeer_jar, destJAR, true);
} else {
compiler.compile(rootbeer_jar, destJAR, test_case);