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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-string-c++
check_PROGRAMS += test-string-c++
test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
test_string_c___LDADD = $(LDADD) $(LIBINTL)
endif