static methods: add inheritance capability
[mate.git] / Makefile
index 38fee4449cdec32e21b4fc6d70b6dc6e3875b0a0..74652f5cac55276a79e7beb7db0c38dedd20af14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ test: mate $(CLASS_FILES)
        @printf "should be:  0x%08x\n" 0x6dd
        ./$< tests/Static4 | grep mainresult
        @printf "should be:  0x%08x 0x%08x\n" 0x33 0x77
+       ./$< tests/Static5 | grep mainresult
+       @printf "should be:  0x%08x 0x%08x\n" 0x33 0x33
        ./$< tests/CallConv1 | grep mainresult
        @printf "should be:  0x%08x\n" 0x1337
        ./$< tests/CallConv2 | grep mainresult