repo.or.cz
/
got-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync dist file list
[got-portable.git]
/
regress
/
tog
/
Makefile
blob
03259147951700e81a8aef5359da33d889dc0a6e
1
REGRESS_TARGETS
=
log diff blame tree
2
NOOBJ
=
Yes
3
4
GOT_TEST_ROOT
=/
tmp
5
6
log
:
7
.
/
log.sh
-
q
-
r
"$(GOT_TEST_ROOT)"
8
9
diff
:
10
.
/
diff.sh
-
q
-
r
"$(GOT_TEST_ROOT)"
11
12
blame
:
13
.
/
blame.sh
-
q
-
r
"$(GOT_TEST_ROOT)"
14
15
tree
:
16
.
/
tree.sh
-
q
-
r
"$(GOT_TEST_ROOT)"
17
18
.
include
<
bsd.regress.mk
>