view modules/search-c++-tests @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents d7eed0b7ef06
children
line wrap: on
line source

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