integrated auto_reset_event into test utils

This commit is contained in:
2024-04-14 11:41:36 +02:00
parent 2022f6f75b
commit 7bb7afa227
5 changed files with 73 additions and 40 deletions
+3 -1
View File
@@ -40,7 +40,9 @@ add_executable(tests
FieldTest.cpp
models/recipe.hpp
ValueTest.cpp
ResultTest.cpp)
ResultTest.cpp
utils/auto_reset_event.hpp
utils/auto_reset_event.cpp)
target_link_libraries(tests PRIVATE
Catch2::Catch2WithMain