1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/tests/cp/Makefile.am

14 lines
475 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 = \
2001-12-29 22:53:09 +00:00
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) \
PATH=`pwd`/../../src:$$PATH