contrib/jwrapper: intro a practical example use of jwrapper
[nit.git] / contrib / jwrapper / Makefile
index 4bdd6a6..0822be5 100644 (file)
@@ -20,8 +20,17 @@ clean:
 
 check: bin/jwrapper tests/wildcards.javap
        mkdir -p tmp
+       bin/jwrapper -v -u comment -o tests/long.nit tests/long.javap
+       ../../bin/nitpick -q tests/long.nit
+       bin/jwrapper -v -u comment -o tests/inits.nit tests/inits.javap
+       ../../bin/nitpick -q tests/inits.nit
+       bin/jwrapper -v -u comment -o tests/testjvm.nit tests/testjvm.javap
+       ../../bin/nitpick -q tests/testjvm.nit
+       bin/jwrapper -v -u comment -o tests/many.nit tests/many.javap
+       ../../bin/nitpick -q tests/many.nit
        bin/jwrapper -v -u comment -o tests/wildcards.nit tests/wildcards.javap
        ../../bin/nitpick -q tests/wildcards.nit
+       make -C examples/queue/ check
 
 check-libs: bin/jwrapper
        # This config dependent rule must be tweaked according to each system