1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-14 17:04:56 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-06-24 07:12:56 +00:00
parent fff7bfc374
commit dc53d8e807

12
tests/sum/Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
## 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=md5sum
TESTS = basic-1