summaryrefslogtreecommitdiff
path: root/tests/mkdir/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mkdir/Makefile.am')
-rw-r--r--tests/mkdir/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am
new file mode 100644
index 0000000..fc2ab77
--- /dev/null
+++ b/tests/mkdir/Makefile.am
@@ -0,0 +1,9 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = \
+ p-thru-slink \
+ p-3 p-1 p-2 p-v special-1 perm parents t-slash p-slashdot
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ srcdir=$(srcdir) \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"