field access: first primitive attempt
[mate.git] / Makefile
index bbfd256928eb30e87f552a8f30adcbe6a7c52a77..39300895ea245d08b303a8129d768184d5f3c2bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,8 @@ test: mate $(CLASS_FILES)
        @printf "should be:  0x%08x\n" 0x1337
        ./$< tests/CallConv2 | grep mainresult
        @printf "should be:  0x%08x\n" 0x1337
+       ./$< tests/Instance1 | grep mainresult
+       @printf "should be:  0x%08x 0x%08x\n" 0x55 0x11
 
 %.class: %.java
        $(JAVAC) $<