doc/til_postgres.txt: Update tracklog import command.
[gpstools.git] / tests / Makefile
blob97613197fd8f032541797f24825da802eabc9bc5
1 #!/usr/bin/make
3 # tests/Makefile
4 # File ID: 676b0476-fafb-11dd-925c-000475e441b9
6 all:
7 ./run-tests.pl 2>&1 | remove_perltestnumbers >log/tests.log
8 ./run-tests.pl --todo 2>&1 | remove_perltestnumbers >log/todo-tests.log
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