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