view modules/regex-tests @ 37204:871c8ea4f18c

regex-tests: port to HP-UX 11.11 Problem reported by Daniel Richard G. in <http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00052.html>. * modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 12 Oct 2013 11:50:15 -0700
parents 7fbceb071748
children 90018eab0b67
line wrap: on
line source

Files:
tests/test-regex.c
tests/macros.h

Depends-on:
localcharset

configure.ac:

Makefile.am:
TESTS += test-regex
check_PROGRAMS += test-regex
test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)