summaryrefslogtreecommitdiff
path: root/modules/pty-tests
blob: 375fdffe11b61c525670660e87b0434a83ac12e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Files:
tests/test-pty-c++.cc
tests/signature.h

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
endif