summaryrefslogtreecommitdiff
path: root/tests/chgrp/Makefile.am
blob: 8fc5f68760b77e7fed9a0cde75dd4f3709e7beda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
  default-no-deref \
  basic \
  deref \
  no-x \
  posix-H \
  recurse

EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
  host_triplet=$(host_triplet) \
  CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
  PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"

include $(top_srcdir)/tests/check.mk