diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 409f44e71..a1ce6d9fc 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -44,6 +44,9 @@ if (OPTION_CREATE_ANDROID_STUDIO_IDE) CREATE_ANDROID_IDE_FOR_TEST(arc arc.cxx fltk) CREATE_ANDROID_IDE_FOR_TEST(hello hello.cxx fltk) CREATE_ANDROID_IDE_FOR_TEST(input input.cxx fltk) +CREATE_ANDROID_IDE_FOR_TEST(inactive inactive.fl fltk) +# FIXME: fails because in the current schmeme, we can't find the .h files +#CREATE_ANDROID_IDE_FOR_TEST(keyboard "keyboard.cxx;keyboard_ui.fl" fltk) endif (OPTION_CREATE_ANDROID_STUDIO_IDE) ####################################################################### |
