Tizen 2.0 Release
[external/tizen-coreutils.git] / tests / cp / Makefile.am
1 # Make coreutils tests for cp.                          -*-Makefile-*-
2
3 # Copyright (C) 1997-2001, 2003, 2005-2007 Free Software Foundation, Inc.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA.
19
20 TESTS = \
21   file-perm-race parent-perm-race \
22   backup-dir \
23   src-base-dot \
24   sparse \
25   link-no-deref \
26   cp-deref \
27   acl \
28   preserve-2 r-vs-symlink link-preserve \
29   backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
30   same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
31   perm cp-HL cp-i special-bits link dir-rm-dest cp-parents deref-slink \
32   dir-vs-file into-self
33 EXTRA_DIST = $(TESTS) trailing-slash
34 TESTS_ENVIRONMENT =                     \
35   MAKE=$(MAKE)                          \
36   abs_top_builddir=$(abs_top_builddir)  \
37   CONFIG_HEADER=$(CONFIG_HEADER)        \
38   CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
39   PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"