blob: af9dc9889d7ff1b4903bf582372e5a4efdcd8d4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-duplocale.c
tests/signature.h
tests/macros.h
Depends-on:
configure.ac:
AC_CHECK_FUNCS_ONCE([duplocale])
Makefile.am:
TESTS += test-duplocale
check_PROGRAMS += test-duplocale
|