From dd0a904bbb7fcc8c66217c19d2a6cf2df274d3ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 6 Sep 2015 14:23:40 -0400 Subject: [PATCH] contrib/inkscape_tools: use Tinks! art instead of Dino's to test args MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/inkscape_tools/.gitignore | 2 +- contrib/inkscape_tools/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/inkscape_tools/.gitignore b/contrib/inkscape_tools/.gitignore index cdc5f8c..897a832 100644 --- a/contrib/inkscape_tools/.gitignore +++ b/contrib/inkscape_tools/.gitignore @@ -2,4 +2,4 @@ tests/app/assets/ tests/app/bin/ tests/app/res2/ tests/app/src/drawing.nit -tests/dino/ +tests/tinks/ diff --git a/contrib/inkscape_tools/Makefile b/contrib/inkscape_tools/Makefile index d94e33e..55cc9be 100644 --- a/contrib/inkscape_tools/Makefile +++ b/contrib/inkscape_tools/Makefile @@ -2,13 +2,13 @@ all: mkdir -p bin ../../bin/nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit -check: test-dino test-app +check: test-tinks test-app test-app: bin/svg_to_png_and_nit make -C tests/app -test-dino: bin/svg_to_png_and_nit - mkdir -p tests/dino/images - bin/svg_to_png_and_nit --assets tests/dino/ --src tests/dino/ ../../examples/mnit_dino/art/drawing.svg +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 -- 1.7.9.5