summaryrefslogtreecommitdiff
path: root/tests/sha1sum/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-22 11:56:18 +0000
committerJim Meyering <jim@meyering.net>2000-10-22 11:56:18 +0000
commit82495b5d26e2a6f380688acec0f5487d1f5442ad (patch)
tree97f65a48a66dce17aa8642cb52df6694f001d90e /tests/sha1sum/Makefile.am
parentcf806f5d2daf229f790d40c264ffb736914b0ef7 (diff)
downloadcoreutils-82495b5d26e2a6f380688acec0f5487d1f5442ad.tar.xz
.
Diffstat (limited to 'tests/sha1sum/Makefile.am')
-rw-r--r--tests/sha1sum/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/sha1sum/Makefile.am b/tests/sha1sum/Makefile.am
new file mode 100644
index 000000000..f097c3d52
--- /dev/null
+++ b/tests/sha1sum/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=shasum
+
+TESTS = basic-1