1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-02 23:08:39 +02:00
Files
coreutils/tests/mkdir/Makefile.am
T

12 lines
369 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
2005-12-23 18:17:39 +00:00
TESTS = \
p-thru-slink \
p-3 p-1 p-2 p-v special-1 perm parents t-slash p-slashdot
1997-07-09 14:05:31 +00:00
EXTRA_DIST = $(TESTS)
2000-04-27 12:08:19 +00:00
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"