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

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

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-list-c++
check_PROGRAMS += test-list-c++
test_list_c___SOURCES = test-list-c++.cc
test_list_c___LDADD = $(LDADD) @LIBINTL@
endif