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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-search-c++
check_PROGRAMS += test-search-c++
test_search_c___SOURCES = test-search-c++.cc
test_search_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
endif