This commit is contained in:
Timur A. Fatkhullin
2024-05-02 23:51:11 +03:00
parent 0d64e0cf44
commit 6de9127e58
5 changed files with 195 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ if (BUILD_TESTS)
set(VALUEHOLDER_TEST_APP adc_valueholder_test)
add_executable(${VALUEHOLDER_TEST_APP} tests/adc_valueholder_test.cpp)
set(DEVATTR_TEST_APP adc_devattr_test)
add_executable(${DEVATTR_TEST_APP} tests/adc_devattr_test.cpp)
if (NOT doctest_FOUND)
include(FetchContent)
FetchContent_Declare(