diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-05-21 08:02:34 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-05-21 08:02:34 -0400 |
| commit | e5c427bf0a242599e7ae7aa9f65681bfdffd80c4 (patch) | |
| tree | 3d604480e19069890c03c92ac8f1729d2b49bbf7 /src/tests | |
| parent | 74f0ebf213b567050b2386ad5e11079a5984978d (diff) | |
| download | plymouth-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.am | 12 |
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 |
