tests: update test_new_native.res because line change in array.nit
[nit.git] / contrib / nitiwiki / Makefile
index 8e385f9..2bff3fc 100644 (file)
@@ -4,6 +4,7 @@ nitiwiki:
        mkdir -p bin
        ../../bin/nitc src/nitiwiki.nit -o bin/nitiwiki
 
+check: tests
 tests: nitiwiki
        cd tests; make