Move makemesh and run into div/makemesh
[gpstools.git] / tests / Makefile
blob92900a7d17cf44d43eca32fb7034573aadc9219f
1 #!/usr/bin/make
3 # tests/Makefile
4 # File ID: 676b0476-fafb-11dd-925c-000475e441b9
6 all:
7 mkdir -p log
8 ./run-tests.pl 2>&1 | remove_perltestnumbers | tee log/tests.log
9 ./run-tests.pl --todo 2>&1 | remove_perltestnumbers >log/todo-tests.log
10 cd gpst-file && make
11 cd gpst-pic && make
12 cd addpoints && make
14 clean:
15 rm -rf log
16 cd addpoints && make clean
17 cd gpst-file && make clean
18 cd gpst-pic && make clean