diff options
Diffstat (limited to 'tests/chgrp/Makefile.am')
-rw-r--r-- | tests/chgrp/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am deleted file mode 100644 index 8dffd01..0000000 --- a/tests/chgrp/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -## 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" |