From: Ray Strode Date: Mon, 21 May 2007 12:10:05 +0000 (-0400) Subject: add ply-terminal-session-test to Makefile X-Git-Tag: 0.1.0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f2ac9c608bbc3b11245b31bbf314c6fbd6c235;p=thirdparty%2Fplymouth.git add ply-terminal-session-test to Makefile --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 7c4d9733..a99e0b57 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -7,6 +7,7 @@ TESTS = include $(srcdir)/ply-frame-buffer-test.am include $(srcdir)/ply-image-test.am include $(srcdir)/ply-terminal-test.am +include $(srcdir)/ply-terminal-session-test.am include $(srcdir)/ply-init-control-test.am noinst_PROGRAMS = $(TESTS)