1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-09 06:24:24 +02:00
Files
coreutils/tests/chmod/Makefile.am
Jim Meyering 396a52f790 * tests/chmod/inaccessible: New test.
* tests/chmod/Makefile.am (TESTS): Add inaccessible.
2006-09-20 12:38:22 +00:00

18 lines
327 B
Makefile

## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.4 gnits
TESTS = \
inaccessible \
c-option \
equal-x \
equals \
no-x \
octal \
setgid \
umask-x \
usage
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"