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
Use "use warnings" instead of "perl -w" everywhere
[gpstools.git]
/
tests
/
addpoints
/
Makefile
blob
cc3ed644f0115a7b2f5d43750c4646464f0dd583
1
#!/usr/bin/make
2
3
# tests/addpoints/Makefile
4
# File ID: 72381b28-fafb-11dd-9a7e-000475e441b9
5
6
all
:
7
mkdir
-
p log
8
.
/
addpoints.t
2
>&
1
| remove_perltestnumbers | tee log
/
tests.log
9
.
/
addpoints.t
--
todo
2
>&
1
| remove_perltestnumbers
>
log
/
todo-tests.log
10
11
clean
:
12
rm
-
rf log