summaryrefslogtreecommitdiff
path: root/test/run-tests.c
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2013-06-29 10:08:53 -0700
committerPhilip Chimento <philip@endlessm.com>2013-06-29 10:09:10 -0700
commit251e3e56f40ef157bd0cef064d9c64fb83aff36a (patch)
treec3ceb3e94443c3fd3d538babb2c2bd841c7e0a51 /test/run-tests.c
parentcf480c9de94a74fb705d00b4c6ac8390cbfdaf6a (diff)
Add tests for new public API
[endlessm/eos-sdk#133]
Diffstat (limited to 'test/run-tests.c')
-rw-r--r--test/run-tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-tests.c b/test/run-tests.c
index b9ce062..2e36212 100644
--- a/test/run-tests.c
+++ b/test/run-tests.c
@@ -93,6 +93,7 @@ main (int argc,
add_page_manager_tests ();
add_splash_page_manager_tests ();
add_action_menu_tests ();
+ add_action_button_tests ();
return g_test_run ();
}