coreutils/tests/sum/Makefile.am
2000-06-24 07:13:07 +00:00

13 lines
248 B
Makefile

## Process this file with automake to produce Makefile.in -*-Makefile-*-.
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=`pwd`/../../src:$$PATH \
PROG=sum
TESTS = basic-1