From 5e165ae9dca343fdd2646624e08dc6b3f107daf3 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Mon, 2 Sep 2024 14:07:48 -0700 Subject: [PATCH] Added the subdir inclusion for zcd tests. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 75a5216..6c4f26c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,6 +10,7 @@ add_subdirectory(simple_test) add_subdirectory(ADC) add_subdirectory(MockADC) add_subdirectory(load) +add_subdirectory(zero_cross_detection)