summaryrefslogtreecommitdiff
path: root/tests/chgrp/Makefile.am
blob: 606ab4054ab6228c5b6ba5f91f03d7c6cb7f9db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.4 gnits

TESTS = \
  default-no-deref \
  basic \
  deref \
  no-x \
  posix-H \
  recurse

EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
  host_triplet=$(host_triplet) \
  PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"