4a5e836dce4e9131b8414b5398eef1857ef27ff0
[platform/upstream/coreutils.git] / tests / rm / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2 AUTOMAKE_OPTIONS = 1.1 gnits
3
4 TESTS = \
5   empty-inacc \
6   dir-nonrecur \
7   dot-rel \
8   inaccessible \
9   unread3 \
10   no-give-up \
11   dir-no-w \
12   fail-2eperm \
13   cycle i-no-r fail-eperm \
14   dangling-symlink rm1 rm2 rm3 rm4 rm5 \
15   unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \
16   interactive-always interactive-once \
17   isatty # unreadable empty-name
18 EXTRA_DIST = $(TESTS)
19 TESTS_ENVIRONMENT = \
20   RM=../../src/rm \
21   MKDIR=../../src/mkdir \
22   top_srcdir=$(top_srcdir) \
23   srcdir=$(srcdir) \
24   PERL="$(PERL)" \
25   PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
26   PACKAGE_VERSION=$(PACKAGE_VERSION) \
27   PROG=rm