*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 07:12:56 +0000 (07:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 07:12:56 +0000 (07:12 +0000)
tests/sum/Makefile.am [new file with mode: 0644]

diff --git a/tests/sum/Makefile.am b/tests/sum/Makefile.am
new file mode 100644 (file)
index 0000000..c69c89a
--- /dev/null
@@ -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