summaryrefslogtreecommitdiff
path: root/modules/langinfo-tests
blob: 54270bd9d6645d9687115b8550c3e05a61fba095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
tests/test-langinfo.c
tests/test-langinfo-c++.cc
tests/signature.h

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
TESTS += test-langinfo
check_PROGRAMS += test-langinfo
if ANSICXX
TESTS += test-langinfo-c++
check_PROGRAMS += test-langinfo-c++
test_langinfo_c___SOURCES = test-langinfo-c++.cc
endif