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