summaryrefslogtreecommitdiff
path: root/gnulib/modules/pty-c++-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/pty-c++-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/pty-c++-tests19
2 files changed, 19 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/pty-c++-tests b/gnulib/modules/pty-c++-tests
new file mode 100644
index 0000000..0f2e562
--- /dev/null
+++ b/gnulib/modules/pty-c++-tests
@@ -0,0 +1,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