summaryrefslogtreecommitdiff
path: root/tests/seq/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-18 02:16:56 +0000
committerJim Meyering <jim@meyering.net>1999-04-18 02:16:56 +0000
commitc5027d831cc3b078e05609eab0e590170f6701fd (patch)
tree8f208686b41916a133a0cb14e05a1bd39747965d /tests/seq/Makefile.am
parentf4143898b2136e3a5cc199791a57a74541f796c7 (diff)
downloadcoreutils-c5027d831cc3b078e05609eab0e590170f6701fd.tar.xz
.
Diffstat (limited to 'tests/seq/Makefile.am')
-rw-r--r--tests/seq/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/seq/Makefile.am b/tests/seq/Makefile.am
new file mode 100644
index 000000000..8cd9e299e
--- /dev/null
+++ b/tests/seq/Makefile.am
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+AUTOMAKE_OPTIONS = 1.3b gnits
+
+TESTS = basic
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ top_srcdir=$(top_srcdir) \
+ srcdir=$(srcdir) \
+ PERL="@PERL@" \
+ PATH=../../src:$$PATH \
+ PROG=seq