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