repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove from Makefiles the generation of files in log/ when running the tests
[gpstools.git]
/
tests
/
Makefile
blob
2ad7acb7f013d8fe53290af4ce01d992059b64b5
1
#!/usr/bin/make
2
3
# tests/Makefile
4
# File ID: 676b0476-fafb-11dd-925c-000475e441b9
5
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
12
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