Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / stdio-c++-tests
blob05e754455a6090aab24dac612e489a6e35080148
1 Files:
2 tests/test-stdio-c++.cc
3 tests/test-stdio-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-stdio-c++
17 check_PROGRAMS += test-stdio-c++
18 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
19 test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
20 endif