summaryrefslogtreecommitdiff
path: root/tests/chown/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chown/Makefile.am')
-rw-r--r--tests/chown/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/chown/Makefile.am b/tests/chown/Makefile.am
new file mode 100644
index 0000000..61e6581
--- /dev/null
+++ b/tests/chown/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = \
+ preserve-root \
+ basic \
+ deref \
+ separator
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"