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

12 lines
406 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 = \
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 \
2000-10-21 20:07:49 +00:00
perm cp-HL special-bits link dir-rm-dest cp-parents
1997-07-09 14:05:22 +00:00
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
MAKE=$(MAKE) \
PATH=`pwd`/../../src:$$PATH