Skip to content

Commit 0644cab

Browse files
committed
Fix test
1 parent d5dc854 commit 0644cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ configure_file(testdir.h.in ${CMAKE_CURRENT_BINARY_DIR}/testdir.h @ONLY)
22
include_directories(${CMAKE_CURRENT_BINARY_DIR})
33
add_executable(teststylefile teststylefile.cpp)
44
target_link_libraries(teststylefile stylefile Fcitx5::Core)
5-
add_test(teststylefile teststylefile)
5+
add_test(NAME teststylefile COMMAND teststylefile)
66

77
add_subdirectory(addon)
88
add_subdirectory(inputmethod)
99
add_executable(testanthy testanthy.cpp)
1010
target_link_libraries(testanthy Fcitx5::Core Fcitx5::Module::TestFrontend)
1111
add_dependencies(testanthy anthy copy-addon copy-im)
12-
add_test(testanthy testanthy)
12+
add_test(NAME testanthy COMMAND testanthy)

0 commit comments

Comments
 (0)