diff options
author | Matt Watson <mattdangerw@gmail.com> | 2013-05-15 16:48:59 -0700 |
---|---|---|
committer | Matt Watson <mattdangerw@gmail.com> | 2013-06-03 14:51:26 -0700 |
commit | 8762911fd58efdc65c0a8153068d0fc4a2dc5c9d (patch) | |
tree | 41a1e67f798b7d160ecc69c87c5914d44c7e79d9 /test/run-tests.h | |
parent | 0a66aeb3b11841f8e4a83ffd3577a91829353983 (diff) |
Added test for the splash page manager.
Unfortunately, most of the getter setter test fail and are commented
out, because of the remove bug in EosPageManager.
[endlessm/eos-sdk#62]
Diffstat (limited to 'test/run-tests.h')
-rw-r--r-- | test/run-tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-tests.h b/test/run-tests.h index 77319a3..7606b09 100644 --- a/test/run-tests.h +++ b/test/run-tests.h @@ -29,5 +29,6 @@ void add_hello_tests (void); void add_application_tests (void); void add_window_tests (void); void add_page_manager_tests (void); +void add_splash_page_manager_tests (void); #endif /* RUN_TESTS_H */ |