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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-locale-c++
check_PROGRAMS += test-locale-c++
test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
test_locale_c___LDADD = $(LDADD) $(SETLOCALE_LIB)
endif