summaryrefslogtreecommitdiff
path: root/tests/install/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/Makefile.am')
-rw-r--r--tests/install/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am
new file mode 100644
index 0000000..5544d7d
--- /dev/null
+++ b/tests/install/Makefile.am
@@ -0,0 +1,7 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = trap basic-1 create-leading d-slashdot
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ EXEEXT='$(EXEEXT)' \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"