1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 02:06:26 +02:00
Files
coreutils/tests/sum/Makefile.am
T

13 lines
272 B
Makefile
Raw Normal View History

2000-06-24 07:12:56 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
2000-06-24 07:13:07 +00:00
PROG=sum
2000-06-24 07:12:56 +00:00
2001-10-28 09:39:26 +00:00
TESTS = basic-1 sysv