contrib/inkscape_tools: add test for icons
[nit.git] / contrib / inkscape_tools / Makefile
1 bins:
2 mkdir -p bin
3 ../../bin/nitg -o bin/svg_to_png_and_nit src/svg_to_png_and_nit.nit
4 ../../bin/nitg -o bin/svg_to_icons src/svg_to_icons.nit
5
6 tests: test-dino
7
8 test-app: bin/svg_to_png_and_nit
9 make -C tests/app
10
11 test-dino: bin/svg_to_png_and_nit
12 mkdir -p tests/dino/images
13 bin/svg_to_png_and_nit --assets tests/dino/ --src tests/dino/ ../../examples/mnit_dino/art/drawing.svg
14
15 .PHONY: bin/svg_to_png_and_nit