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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user