1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-08 10:46:56 +02:00
Files
coreutils/tests/mkdir/Makefile.am
T

9 lines
264 B
Makefile
Raw Normal View History

1998-03-14 10:41:02 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1997-07-09 14:05:31 +00:00
AUTOMAKE_OPTIONS = 1.1 gnits
2000-11-18 13:39:49 +00:00
TESTS = p-1 p-2 special-1 perm parents t-slash
1997-07-09 14:05:31 +00:00
EXTRA_DIST = $(TESTS)
2000-04-27 12:08:19 +00:00
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"