of course it builded before, I didn't add the files to CmakeLists. Now build fails

This commit is contained in:
2026-03-10 16:57:26 +00:00
parent 9c2117e64b
commit 36093e6c73
2 changed files with 13 additions and 0 deletions

View File

@@ -12,4 +12,16 @@ target_link_libraries(test_sysfs_reader
gtest_main
)
add_test(NAME test_sysfs_reader COMMAND test_sysfs_reader)
add_executable(test_producer
test_producer.cxx
)
target_link_libraries(test_producer
PRIVATE
core
gtest
gtest_main
)
add_test(NAME test_producer COMMAND test_producer)