summaryrefslogtreecommitdiff
path: root/tests/sha1sum/Makefile.am
diff options
context:
space:
mode:
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