Remove from Makefiles the generation of files in log/ when running the tests
[gpstools.git] / tests / Makefile
blob2ad7acb7f013d8fe53290af4ce01d992059b64b5
1 #!/usr/bin/make
3 # tests/Makefile
4 # File ID: 676b0476-fafb-11dd-925c-000475e441b9
6 all:
7 ./run-tests.pl
8 ./run-tests.pl --todo
9 cd gpst-file && make
10 cd gpst-pic && make
11 cd addpoints && make
13 clean:
14 rm -vf gpst-stderr.tmp
15 svn revert log/tests.log log/todo-tests.log
16 cd addpoints && make clean
17 cd gpst-file && make clean
18 cd gpst-pic && make clean