diff options
-rw-r--r-- | tests/chgrp/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/chgrp/Makefile.am b/tests/chgrp/Makefile.am new file mode 100644 index 000000000..b72e2e328 --- /dev/null +++ b/tests/chgrp/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.4 gnits + +TESTS = basic +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + PATH=`pwd`/../../src:$$PATH |