pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / pty-c++-tests
1 Files:
2 tests/test-pty-c++.cc
3 tests/signature.h
4
5 Status:
6 c++-test
7
8 Depends-on:
9 ansi-c++-opt
10
11 configure.ac:
12
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