mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / search-tests
index 8172fcb40a76fd83d6e0ba33c5026641002da635..922783aff7d25fd3a58d970d6180a29b610e1b11 100644 (file)
@@ -1,19 +1,11 @@
 Files:
 tests/test-search.c
-tests/test-search-c++.cc
-tests/signature.h
 
 Depends-on:
-ansi-c++-opt
+search-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-search
 check_PROGRAMS += test-search
-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)
-endif