acbb22df9463eb8130969874c3335fde0d692b17
[platform/upstream/coreutils.git] / tests / cp / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2 AUTOMAKE_OPTIONS = 1.1 gnits
3
4 TESTS = \
5   link-no-deref \
6   cp-deref \
7   acl \
8   preserve-2 r-vs-symlink link-preserve \
9   backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
10   same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
11   perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink \
12   dir-vs-file into-self
13 EXTRA_DIST = $(TESTS)
14 TESTS_ENVIRONMENT = \
15   MAKE=$(MAKE) \
16   PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"