We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dc854 commit 0644cabCopy full SHA for 0644cab
test/CMakeLists.txt
@@ -2,11 +2,11 @@ configure_file(testdir.h.in ${CMAKE_CURRENT_BINARY_DIR}/testdir.h @ONLY)
2
include_directories(${CMAKE_CURRENT_BINARY_DIR})
3
add_executable(teststylefile teststylefile.cpp)
4
target_link_libraries(teststylefile stylefile Fcitx5::Core)
5
-add_test(teststylefile teststylefile)
+add_test(NAME teststylefile COMMAND teststylefile)
6
7
add_subdirectory(addon)
8
add_subdirectory(inputmethod)
9
add_executable(testanthy testanthy.cpp)
10
target_link_libraries(testanthy Fcitx5::Core Fcitx5::Module::TestFrontend)
11
add_dependencies(testanthy anthy copy-addon copy-im)
12
-add_test(testanthy testanthy)
+add_test(NAME testanthy COMMAND testanthy)
0 commit comments