gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.gpsman-format / tests / Makefile
blob4c5d694c476e3d049fb811930e45697441e38df7
1 #!/usr/bin/make
3 # $Id$
4 # gpstools/tests/Makefile
6 all:
7 ./run-tests.pl 2>&1 | ./unify.pl >log/tests.log
8 ./run-tests.pl --todo 2>&1 | ./unify.pl >log/todo-tests.log