From ffb8ccdc3a851b7c86a58e449f0651a4413d8fd8 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Wed, 24 Aug 2022 11:16:21 +0200 Subject: Add test message handler to be used for testing It is like message handler but it does not process any inferences. They are simply queue and never executed. Change-Id: I131c3c779b616e82d650ff03e3723dc607de58bf --- applications/message_handler/test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/message_handler/test/CMakeLists.txt') diff --git a/applications/message_handler/test/CMakeLists.txt b/applications/message_handler/test/CMakeLists.txt index 7cba4c3..85976ba 100644 --- a/applications/message_handler/test/CMakeLists.txt +++ b/applications/message_handler/test/CMakeLists.txt @@ -16,6 +16,8 @@ # limitations under the License. # +add_subdirectory(test_message_handler) + set(TEST_MESSAGE_HANDLER_MODEL_0 "model.h" CACHE STRING "Path to built in model 0") set(TEST_MESSAGE_HANDLER_MODEL_1 "" CACHE STRING "Path to built in model 1") set(TEST_MESSAGE_HANDLER_MODEL_2 "" CACHE STRING "Path to built in model 2") -- cgit v1.2.1