inkscape_tools: all makes tests
authorJean Privat <jean@pryen.org>
Wed, 24 Sep 2014 14:39:44 +0000 (10:39 -0400)
committerJean Privat <jean@pryen.org>
Wed, 24 Sep 2014 14:39:44 +0000 (10:39 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/inkscape_tools/Makefile

index a93a9ba..834ad14 100644 (file)
@@ -1,8 +1,10 @@
+all: bins tests
+
 bins:
        mkdir -p bin
        ../../bin/nitg --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit
 
-tests: test-dino
+tests: test-dino test-app
 
 test-app: bin/svg_to_png_and_nit
        make -C tests/app