1ba7a4af3bc7fd8bec736e10d0a6854f00b2f37e
[gnulib.git] / modules / sys_select-tests
1 Files:
2 tests/test-sys_select.c
3 tests/test-sys_select-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 ansi-c++-opt
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-sys_select
13 check_PROGRAMS += test-sys_select
14 if ANSICXX
15 TESTS += test-sys_select-c++
16 check_PROGRAMS += test-sys_select-c++
17 test_sys_select_c___SOURCES = test-sys_select-c++.cc
18 test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_NANOSLEEP)
19 endif