view modules/exclude-tests @ 17683:7a009de7a1cd

exclude-tests: port to AIX 7.1 * modules/exclude-tests (test_exclude_LDADD): Add $(LIBTHREAD). Needed on AIX 7.1 with xlc V12.1, otherwise it won't link because the regex code uses locks.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 29 May 2014 23:00:02 -0700
parents 928411ca75b9
children ae28326ff93e
line wrap: on
line source

Files:
tests/test-exclude.c
tests/test-exclude1.sh
tests/test-exclude2.sh
tests/test-exclude3.sh
tests/test-exclude4.sh
tests/test-exclude5.sh
tests/test-exclude6.sh
tests/test-exclude7.sh
tests/test-exclude8.sh

Depends-on:
argmatch
error
progname
test-framework-sh

Makefile.am:
TESTS += \
 test-exclude1.sh\
 test-exclude2.sh\
 test-exclude3.sh\
 test-exclude4.sh\
 test-exclude5.sh\
 test-exclude6.sh\
 test-exclude7.sh\
 test-exclude8.sh

check_PROGRAMS += test-exclude
test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)