gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.gpxfix / tests / Makefile
blob2a228a1ad6801b5b55046c21e6fd84aded2a4a92
1 #!/usr/bin/make
3 # $Id$
4 # File ID: 676b0476-fafb-11dd-925c-000475e441b9
5 # gpstools/tests/Makefile
7 all:
8 ./run-tests.pl 2>&1 | remove_perltestnumbers >log/tests.log
9 ./run-tests.pl --todo 2>&1 | remove_perltestnumbers >log/todo-tests.log
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-pic && make clean