summaryrefslogtreecommitdiff
path: root/modules/pty-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-19 22:16:56 +0100
committerBruno Haible <bruno@clisp.org>2010-03-19 22:16:56 +0100
commita58aa3c84be6852eb907b52446b0636ffd236a5b (patch)
tree407d42c5678cdf037cb1a574ce958a38a7628c92 /modules/pty-tests
parent67b8e6a482b4fde246728d5c700fb9b31a18b9fe (diff)
downloadgnulib-a58aa3c84be6852eb907b52446b0636ffd236a5b.tar.gz
Tests of module 'pty' in C++ mode.
Diffstat (limited to 'modules/pty-tests')
-rw-r--r--modules/pty-tests15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/pty-tests b/modules/pty-tests
new file mode 100644
index 0000000000..375fdffe11
--- /dev/null
+++ b/modules/pty-tests
@@ -0,0 +1,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