install-reloc: Support multi-binary installation.
[gnulib.git] / modules / locale-tests
index 5fad3fb..2e661f7 100644 (file)
@@ -1,12 +1,9 @@
 Files:
 tests/test-locale.c
-tests/test-locale-c++.cc
-tests/test-locale-c++2.cc
-tests/signature.h
 
 Depends-on:
 verify
-ansi-c++-opt
+locale-c++-tests
 
 configure.ac:
 AC_CHECK_FUNCS_ONCE([newlocale])
@@ -14,8 +11,3 @@ AC_CHECK_FUNCS_ONCE([newlocale])
 Makefile.am:
 TESTS += test-locale
 check_PROGRAMS += test-locale
-if ANSICXX
-TESTS += test-locale-c++
-check_PROGRAMS += test-locale-c++
-test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
-endif