invokevirtual: implemented. not very well tested though
[mate.git] / Makefile
index 4a5863d35d0f0a83cd2d2e782883aec1871ac07b..ceeb809633e338a15e7892e179263a1a1a00d1fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,9 @@ test: mate $(CLASS_FILES)
        ./$< tests/Instance1 | grep mainresult
        @printf "should be:  0x%08x 0x%08x\n" 0x55 0x11
        ./$< tests/Instance2 | grep mainresult
-       @printf "should be:  0x%08x\n" 0x198
+       @printf "should be:  0x%08x 0x%08x\n" 0x198 0x22
+       ./$< tests/Instance3 | grep mainresult
+       @printf "should be:  0x%08x 0x%08x\n" 0x33 0x44
 
 %.class: %.java
        $(JAVAC) $<