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

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

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-oset-c++
check_PROGRAMS += test-oset-c++
test_oset_c___SOURCES = test-oset-c++.cc
test_oset_c___LDADD = $(LDADD) @LIBINTL@
endif