mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
vscode: disable ctest integration, enable TestMate integration
This commit is contained in:
Vendored
+3
-1
@@ -10,5 +10,7 @@
|
||||
"[cpp]": {
|
||||
"editor.defaultFormatter": "trunk.io"
|
||||
},
|
||||
"testMate.cpp.test.executables": "${workspaceFolder}/build/bin/tests"
|
||||
"testMate.cpp.test.executables": "${workspaceFolder}/build/bin/tests",
|
||||
"testMate.cpp.discovery.loadOnStartup": true,
|
||||
"cmake.ctest.testExplorerIntegrationEnabled": false
|
||||
}
|
||||
|
||||
+2
-2
@@ -72,8 +72,8 @@ endif()
|
||||
# Unit Tests
|
||||
#
|
||||
if(ENABLE_DOCTESTS)
|
||||
# include(CTest)
|
||||
# enable_testing()
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
add_executable(tests ${sources_test})
|
||||
target_link_libraries(tests PRIVATE DeviceUI doctest::doctest lvgl::lvgl LovyanGFX Portduino Protobufs)
|
||||
target_include_directories(tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user