repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(check-x-vs-1): Use @PATH_SEPARATOR@, not `:'.
[coreutils.git]
/
tests
/
sha1sum
/
Makefile.am
blob
debe62c0a721e102c4c1638302616ba4aa1c4b0b
1
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2
3
EXTRA_DIST = $(TESTS)
4
5
TESTS_ENVIRONMENT = \
6
top_srcdir=$(top_srcdir) \
7
srcdir=$(srcdir) \
8
PERL="@PERL@" \
9
PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
10
PROG=sha1sum
11
12
TESTS = basic-1 sample-vec