1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00
Files
coreutils/tests/mkdir/Makefile.am

9 lines
263 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)
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
2003-02-02 20:15:11 +00:00
PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"