Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / unistd-c++-tests
blobc1a9639c2ee81c0ae86b91264074e2ec73e4119e
1 Files:
2 tests/test-unistd-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-unistd-c++
16 check_PROGRAMS += test-unistd-c++
17 test_unistd_c___SOURCES = test-unistd-c++.cc
18 test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET)
19 endif