blob: 8dffd0157448f6e21fd28b74f5d914053a5a3184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## 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"
|