tests: update some sav because change in random
[nit.git] / contrib / inkscape_tools / Makefile
1 all: bins tests
2
3 bins:
4 mkdir -p bin
5 ../../bin/nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit
6
7 check: tests
8 tests: test-dino test-app
9
10 test-app: bin/svg_to_png_and_nit
11 make -C tests/app
12
13 test-dino: bin/svg_to_png_and_nit
14 mkdir -p tests/dino/images
15 bin/svg_to_png_and_nit --assets tests/dino/ --src tests/dino/ ../../examples/mnit_dino/art/drawing.svg
16
17 .PHONY: bin/svg_to_png_and_nit