blob: 0f2e56207b972d364f7026b692ebe058a75b1755 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-pty-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-pty-c++
check_PROGRAMS += test-pty-c++
test_pty_c___SOURCES = test-pty-c++.cc
test_pty_c___LDADD = $(LDADD) $(PTY_LIB) $(LIBINTL)
endif
|