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