classpool: copy field members refs from superclass
[mate.git] / Makefile
index 6fdae5590af42d1174e8ea8fc29f6ff9c9ad12ee..4346835679378aea58ccd1819c072d1fba3a858a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,12 @@ test: mate $(CLASS_FILES)
        @printf "should be:  0x%08x\n" 8
        @printf "should be:  0x%08x\n" 13
        ./$< tests/Native1 | egrep -i -e '^printsomething: '
-       ./$< tests/Static1
+       ./$< tests/Static1 | grep mainresult
+       @printf "should be:  0x%08x\n" 0x33
+       ./$< tests/Static2 | grep mainresult
+       @printf "should be:  0x%08x\n" 0x55
+       ./$< tests/Static3 | grep mainresult
+       @printf "should be:  0x%08x\n" 0x6dd
 
 %.class: %.java
        $(JAVAC) $<