Fix link errors on Solaris 8.
[gnulib.git] / modules / stdio-tests
1 Files:
2 tests/test-stdio.c
3 tests/test-stdio-c++.cc
4 tests/test-stdio-c++2.cc
5 tests/signature.h
6
7 Depends-on:
8 verify
9 ansi-c++-opt
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-stdio
15 check_PROGRAMS += test-stdio
16 if ANSICXX
17 TESTS += test-stdio-c++
18 check_PROGRAMS += test-stdio-c++
19 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
20 test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
21 endif