blob: fa2183c113e372a842f4e690f962a41b9b201c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-fstrcmp.c
tests/macros.h
Depends-on:
stdbool
configure.ac:
Makefile.am:
TESTS += test-fstrcmp
check_PROGRAMS += test-fstrcmp
test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
|