1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 02:06:26 +02:00
Files
coreutils/tests/cp/Makefile.am
T

14 lines
504 B
Makefile
Raw Normal View History

1998-03-14 10:40:30 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1997-07-08 22:43:38 +00:00
AUTOMAKE_OPTIONS = 1.1 gnits
1998-06-27 20:35:16 +00:00
TESTS = \
2002-12-13 09:15:00 +00:00
preserve-2 r-vs-symlink link-preserve \
1998-06-27 20:35:16 +00:00
backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
2000-08-12 13:24:31 +00:00
same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
2001-01-10 09:41:41 +00:00
perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink \
2001-01-10 12:19:05 +00:00
dir-vs-file into-self
1997-07-09 14:05:22 +00:00
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
MAKE=$(MAKE) \
2003-04-05 18:03:47 +00:00
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"