From b867b717bb94804427cc4bba6b54c485cb92c352 Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Mon, 3 Aug 2015 15:46:28 -0700 Subject: search_box: add function to set text programmatically This way we can set the search box text without triggering the signals for settings autocomplete entries [endlessm/eos-sdk#3442] --- test/Makefile.am.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile.am.inc') diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc index bfc0a11..211bd8f 100644 --- a/test/Makefile.am.inc +++ b/test/Makefile.am.inc @@ -52,10 +52,12 @@ javascript_tests = \ test/webhelper/testUpdateFontSize.js \ test/endless/testCustomContainer.js \ test/endless/testTopbarNavButton.js \ + test/endless/testSearchBox.js \ $(NULL) EXTRA_DIST += \ $(javascript_tests) \ test/tools/test.html \ + test/utils.js \ $(NULL) # Run tests when running 'make check' -- cgit v1.2.3