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

Depends-on:
ansi-c++-opt
array-set

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-set-c++
check_PROGRAMS += test-set-c++
test_set_c___SOURCES = test-set-c++.cc
test_set_c___LDADD = $(LDADD) @LIBINTL@
endif