Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit225eabd

Browse files
committed
Removed plugin test
1 parentc669365 commit225eabd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

‎buildcc/plugins/CMakeLists.txt‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ target_link_libraries(mock_plugins PUBLIC
2121
)
2222

2323
# Tests
24-
add_executable(test_buildcc_find
25-
test/test_buildcc_find.cpp
26-
)
27-
target_link_libraries(test_buildcc_findPRIVATE
28-
mock_plugins
29-
)
24+
# Removed test_buildcc_find till it is not complete
25+
# add_executable(test_buildcc_find
26+
# test/test_buildcc_find.cpp
27+
# )
28+
# target_link_libraries(test_buildcc_find PRIVATE
29+
# mock_plugins
30+
# )
3031

31-
add_test(NAME test_buildcc_findCOMMAND test_buildcc_find
32-
WORKING_DIRECTORY${CMAKE_CURRENT_SOURCE_DIR}/test
33-
)
32+
#add_test(NAME test_buildcc_find COMMAND test_buildcc_find
33+
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test
34+
#)
3435

3536
endif()
3637

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp