Tests of module 'locale' in C++ mode.
[gnulib.git] / modules / locale-tests
1 Files:
2 tests/test-locale.c
3 tests/test-locale-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 verify
8 ansi-c++-opt
9
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([newlocale])
12
13 Makefile.am:
14 TESTS += test-locale
15 check_PROGRAMS += test-locale
16 if ANSICXX
17 TESTS += test-locale-c++
18 check_PROGRAMS += test-locale-c++
19 test_locale_c___SOURCES = test-locale-c++.cc
20 endif