1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-08 10:46:56 +02:00
Files
coreutils/tests/md5sum/Makefile.am
T

13 lines
280 B
Makefile
Raw Normal View History

1998-02-04 18:04:39 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1996-09-21 18:34:26 +00:00
1998-10-04 02:51:30 +00:00
EXTRA_DIST = $(TESTS)
1996-12-22 14:12:06 +00:00
1998-10-04 02:51:30 +00:00
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
1999-07-15 16:14:13 +00:00
PROG=md5sum
1996-12-22 14:12:06 +00:00
1999-03-07 14:35:18 +00:00
TESTS = basic-1 newline-1