diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-09 13:44:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-09 13:44:10 +0000 |
commit | de4a3dfb267bf271d1d573c56eeb2b41d96a314c (patch) | |
tree | de6a1464fb99e9198864b8d3f496092d722e6e83 /tests | |
parent | 108881a3b263db0ef72b7cc997837dba32d9561e (diff) | |
download | coreutils-de4a3dfb267bf271d1d573c56eeb2b41d96a314c.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-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 |