summaryrefslogtreecommitdiff
path: root/tests/readlink/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-07-06 16:14:15 +0000
committerJim Meyering <jim@meyering.net>2004-07-06 16:14:15 +0000
commit6ec3b19040aae4d45b9c88ecd63a66af60fc4ab4 (patch)
tree8ab1c34054f0b2f7f6ce22dd4cfc78a4e2cf6519 /tests/readlink/Makefile.am
parent519533ed8e3542838d308db02bcb7b6c62160ad2 (diff)
downloadcoreutils-6ec3b19040aae4d45b9c88ecd63a66af60fc4ab4.tar.xz
From Dmitry V. Levin
Diffstat (limited to 'tests/readlink/Makefile.am')
-rw-r--r--tests/readlink/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/readlink/Makefile.am b/tests/readlink/Makefile.am
new file mode 100644
index 000000000..7a409ffca
--- /dev/null
+++ b/tests/readlink/Makefile.am
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+AUTOMAKE_OPTIONS = 1.4 gnits
+
+TESTS = rl-1 can-e can-f can-m
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"