From e7d58ada4d692e7e6087134c8cddb6c6d6f3bb38 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 28 Apr 2017 09:43:12 +0200 Subject: [Test] Add initial code for mode test. (without gui) --- Makefile.am | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 148282c3..50cbcdd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -226,7 +226,8 @@ check_PROGRAMS=\ widget_test\ box_test\ theme_parser_test\ - scrollbar_test + scrollbar_test\ + mode_test history_test_CFLAGS=\ @@ -450,6 +451,20 @@ helper_config_cmdline_parser_SOURCES=\ source/x11-helper.c\ test/helper-config-cmdline-parser.c + +mode_test_CFLAGS=$(textbox_test_CFLAGS) +mode_test_LDADD=$(textbox_test_LDADD) +mode_test_SOURCES=\ + config/config.c\ + test/mode-test.c\ + source/dialogs/help-keys.c\ + source/helper.c\ + source/mode.c\ + source/xrmoptions.c\ + source/keyb.c\ + include/mode.h\ + include/mode-private.h + TESTS=\ history_test\ helper_test\ @@ -461,7 +476,8 @@ TESTS=\ widget_test\ box_test\ theme_parser_test\ - scrollbar_test + scrollbar_test\ + mode_test .PHONY: test-x test-x: $(bin_PROGRAMS) -- cgit v1.2.3