maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / pty-c++-tests
blob0f2e56207b972d364f7026b692ebe058a75b1755
1 Files:
2 tests/test-pty-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-pty-c++
16 check_PROGRAMS += test-pty-c++
17 test_pty_c___SOURCES = test-pty-c++.cc
18 test_pty_c___LDADD = $(LDADD) $(PTY_LIB) $(LIBINTL)
19 endif