1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/fstrcmp-tests
Ralf Wildenhues 86b7c2eb8d Fix fstrcmp-tests on FreeBSD, AIX.
* modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
@LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
2007-10-22 23:50:32 +02:00

13 lines
184 B
Plaintext

Files:
tests/test-fstrcmp.c
Depends-on:
stdbool
configure.ac:
Makefile.am:
TESTS += test-fstrcmp
check_PROGRAMS += test-fstrcmp
test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)