varargs: make printf working
[mate.git] / Makefile
index f170acc3076c011bc105e12cc79137329e1e94ce..87aca3b6201941f6e8a9ae1ab9ffec5fbac91138 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ test: mate $(CLASS_FILES)
        @printf "should be:   0x%08x 0x%08x\n" 0x264 0x8
        ./$< tests/Integer1 | grep mainresult
        @printf "should be:  0x%08x\n" 0x1337
+       ./$< tests/VarArgs1 | grep mainresult
 
 %.class: %.java
        $(JAVAC) $<