diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-24 07:12:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-24 07:12:56 +0000 |
commit | dc53d8e807bcd2a13513eb57bbaa705c82f6189e (patch) | |
tree | 4469aff341661e25ddfaf4105620932d7d0a64bf /tests | |
parent | fff7bfc374289ea78922bcd8e217234dce6f31dd (diff) | |
download | coreutils-dc53d8e807bcd2a13513eb57bbaa705c82f6189e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sum/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/sum/Makefile.am b/tests/sum/Makefile.am new file mode 100644 index 000000000..c69c89ad8 --- /dev/null +++ b/tests/sum/Makefile.am @@ -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 |