inkscape_tools: delete mnit based test applications
[nit.git] / contrib / inkscape_tools / Makefile
index db40075..9ca428b 100644 (file)
@@ -2,13 +2,4 @@ all:
        mkdir -p bin
        nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit
 
-check: test-tinks test-app
-
-test-app: bin/svg_to_png_and_nit
-       make -C tests/app
-
-test-tinks: bin/svg_to_png_and_nit
-       mkdir -p tests/tinks/images
-       bin/svg_to_png_and_nit --assets tests/tinks/ --src tests/tinks/ ../tinks/art/drawing.svg
-
 .PHONY: bin/svg_to_png_and_nit