From e5c427bf0a242599e7ae7aa9f65681bfdffd80c4 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 21 May 2007 08:02:34 -0400 Subject: add new ply-terminal-session class This commit features the first cut of a class that can run a program and direct its console to a pseudoterminal. --- src/tests/ply-terminal-session-test.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tests/ply-terminal-session-test.am (limited to 'src/tests') diff --git a/src/tests/ply-terminal-session-test.am b/src/tests/ply-terminal-session-test.am new file mode 100644 index 0000000..6044627 --- /dev/null +++ b/src/tests/ply-terminal-session-test.am @@ -0,0 +1,12 @@ +TESTS += ply-terminal-session-test + +ply_terminal_session_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_TERMINAL_SESSION_ENABLE_TEST +ply_terminal_session_test_LDADD = $(PLYMOUTH_LIBS) + +ply_terminal_session_test_SOURCES = \ + $(srcdir)/../ply-utils.h \ + $(srcdir)/../ply-utils.c \ + $(srcdir)/../ply-terminal.h \ + $(srcdir)/../ply-terminal.c \ + $(srcdir)/../ply-terminal-session.h \ + $(srcdir)/../ply-terminal-session.c -- cgit