summaryrefslogtreecommitdiff
path: root/tests/chgrp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp/Makefile.am')
-rw-r--r--tests/chgrp/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am
new file mode 100644
index 0000000..8dffd01
--- /dev/null
+++ b/tests/chgrp/Makefile.am
@@ -0,0 +1,14 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = \
+ default-no-deref \
+ basic \
+ deref \
+ no-x \
+ posix-H \
+ recurse
+
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ host_triplet=$(host_triplet) \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"