add tests/adc_dev_test.cpp

This commit is contained in:
Timur A. Fatkhullin
2024-12-14 01:35:58 +03:00
parent 776206c9bb
commit 2cfde5a685
3 changed files with 136 additions and 2 deletions

View File

@@ -167,6 +167,9 @@ if (BUILD_TESTS)
set(DEVATTR_TEST_APP adc_devattr_test)
add_executable(${DEVATTR_TEST_APP} tests/adc_devattr_test.cpp)
set(DEV_TEST_APP adc_dev_test)
add_executable(${DEV_TEST_APP} tests/adc_dev_test.cpp)
set(NETMSG_TEST_APP adc_netmsg_test)
add_executable(${NETMSG_TEST_APP} tests/adc_netmsg_test.cpp)