From d8c588becf0c30fddabacdadf9bd0c786bc96145 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 17 Nov 2021 14:51:38 +0000 Subject: [PATCH] update: add yaml-cpp to unit tests Signed-off-by: Jason Dellaluce --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b0318095..c8cdbe93 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -20,7 +20,7 @@ else() set(FALCO_TESTS_SOURCES test_base.cpp engine/test_token_bucket.cpp engine/test_rulesets.cpp engine/test_falco_utils.cpp falco/test_webserver.cpp) endif() -set(FALCO_TESTED_LIBRARIES falco_engine) +set(FALCO_TESTED_LIBRARIES falco_engine yaml-cpp) SET(FALCO_TESTS_ARGUMENTS "" CACHE STRING "Test arguments to pass to the Falco test suite")