make test for JSSA
authorbrian <brian@brianweb.net>
Sun, 3 Jul 2005 20:07:54 +0000 (20:07 +0000)
committerbrian <brian@brianweb.net>
Sun, 3 Jul 2005 20:07:54 +0000 (20:07 +0000)
darcs-hash:20050703200754-24bed-25e749e7ad9cc6296f38e1a70d470f42857624a1.gz

Makefile

index 9a965e3..d8231f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ $(classes): $(sources)
        $(JAVAC) -d build $(sources)
 
 test: $(classes)
-       java -cp build org.ibex.classgen.ClassFile org.ibex.classgen.ClassFile
+       java -cp build:. org.ibex.classgen.JSSA Poop
 
 clean: 
        rm -rf build/*