From 6a40c65f81d393667bb7059be7d89eaf5cc99791 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 24 May 2015 18:14:58 +0100 Subject: tests: check script options work as expected Options --flush and --timing remain unchecked, as I do not have an idea how to check them reliably. Signed-off-by: Sami Kerola --- term-utils/Makemodule.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'term-utils/Makemodule.am') diff --git a/term-utils/Makemodule.am b/term-utils/Makemodule.am index e7ac707fe..de62098aa 100644 --- a/term-utils/Makemodule.am +++ b/term-utils/Makemodule.am @@ -9,6 +9,11 @@ endif if HAVE_UTEMPTER script_LDADD += -lutempter endif + +check_PROGRAMS += test_script +test_script_SOURCES = $(script_SOURCES) +test_script_LDADD = $(script_LDADD) +test_script_CFLAGS = -DTEST_SCRIPT $(logger_CFLAGS) endif # BUILD_SCRIPT if BUILD_SCRIPTREPLAY -- cgit v1.2.3-55-g7522