due to GCC strange behavior with cast operator AdcDeviceAttribute class is now

has its own full "value holder" implementation without inheritance from
AdcValueHolder
This commit is contained in:
Timur A. Fatkhullin
2024-05-15 02:27:16 +03:00
parent e23fc602be
commit 5dcc57707b
4 changed files with 399 additions and 66 deletions

View File

@@ -27,7 +27,7 @@ if (BUILD_TESTS)
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)
add_executable(${DEVATTR_TEST_APP} tests/adc_devattr_test.cpp)
if (NOT doctest_FOUND)
include(FetchContent)