File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ foreach(TESTCASE ${FCITX_CORE_TEST})
106106endforeach ()
107107
108108add_dependencies (testaddon dummyaddon)
109+ add_dependencies (testinstance copy-addon testfrontend testim)
110+ add_dependencies (testinputcontext copy-addon testfrontend testim)
109111
110112if (ENABLE_KEYBOARD)
111113 add_executable (testxkbrules testxkbrules.cpp ../src/im/keyboard/xkbrules.cpp ../src/im/keyboard/xmlparser.cpp)
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ void testModifierOnlyHotkey(Instance &instance) {
118118
119119int main () {
120120 setupTestingEnvironment (FCITX5_BINARY_DIR,
121- {" testing/testim" , " testing/testfrontend" }, {});
121+ {" testing/testim" , " testing/testfrontend" },
122+ {" test" });
122123
123124 char arg0[] = " testinstance" ;
124125 char arg1[] = " --disable=all" ;
You can’t perform that action at this time.
0 commit comments