diff modules/sys_select-tests @ 13082:d7eed0b7ef06

Split C++ tests into separate tests modules.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Mar 2010 19:07:33 +0200
parents 527b353781be
children 43cfbe17925b
line wrap: on
line diff
--- a/modules/sys_select-tests
+++ b/modules/sys_select-tests
@@ -1,19 +1,11 @@
 Files:
 tests/test-sys_select.c
-tests/test-sys_select-c++.cc
-tests/signature.h
 
 Depends-on:
-ansi-c++-opt
+sys_select-c++-tests
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-sys_select
 check_PROGRAMS += test-sys_select
-if ANSICXX
-TESTS += test-sys_select-c++
-check_PROGRAMS += test-sys_select-c++
-test_sys_select_c___SOURCES = test-sys_select-c++.cc
-test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_NANOSLEEP)
-endif