From a58aa3c84be6852eb907b52446b0636ffd236a5b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Mar 2010 22:16:56 +0100 Subject: Tests of module 'pty' in C++ mode. --- modules/pty-tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/pty-tests (limited to 'modules/pty-tests') 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 -- cgit v1.2.1