summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-05-21 08:02:34 -0400
committerRay Strode <rstrode@redhat.com>2007-05-21 08:02:34 -0400
commite5c427bf0a242599e7ae7aa9f65681bfdffd80c4 (patch)
tree3d604480e19069890c03c92ac8f1729d2b49bbf7 /src/tests
parent74f0ebf213b567050b2386ad5e11079a5984978d (diff)
downloadplymouth-e5c427bf0a242599e7ae7aa9f65681bfdffd80c4.tar.gz
plymouth-e5c427bf0a242599e7ae7aa9f65681bfdffd80c4.tar.xz
plymouth-e5c427bf0a242599e7ae7aa9f65681bfdffd80c4.zip
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.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/ply-terminal-session-test.am12
1 files changed, 12 insertions, 0 deletions
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