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:
12
tests/sum/Makefile.am
Normal file
12
tests/sum/Makefile.am
Normal 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
|
||||
Reference in New Issue
Block a user