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
*** empty log message ***
[coreutils.git]
/
tests
/
unexpand
/
Makefile.am
blob
6822d5a01a1c750fa16fbf00fa3ef194eec701f4
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=unexpand
11
12
TESTS = basic-1