blob: 02706b00de8ac1d8c9fbfdb21dfa1660a962eaca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-c-ctype.c
tests/macros.h
Depends-on:
ctype
isblank
configure.ac:
Makefile.am:
TESTS += test-c-ctype
check_PROGRAMS += test-c-ctype
test_c_ctype_LDADD = $(LDADD) $(LIB_SETLOCALE)
|