From 7879a4eabadd00eeaebb0bfdcc0ee4be21ebb865 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Wed, 3 Feb 2016 17:45:42 -0300 Subject: Add TopbarHomeButton As agreed with the design team, all apps should include a generic home button at the top left corner of the app window. Therefore, we add a new generic button in the sdk to be used in all the different apps for consistency. [endlessm/eos-sdk#4030] --- test/Makefile.am.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.am.inc') diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc index 2fca7ea..0fad7a2 100644 --- a/test/Makefile.am.inc +++ b/test/Makefile.am.inc @@ -53,6 +53,7 @@ javascript_tests = \ test/webhelper/testWebActions2Old.js \ test/webhelper/testUpdateFontSize.js \ test/endless/testCustomContainer.js \ + test/endless/testTopbarHomeButton.js \ test/endless/testTopbarNavButton.js \ test/endless/testSearchBox.js \ $(NULL) -- cgit v1.2.3