From 471b531d035629ae1fab57dbfadbf8d9296240b7 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 11 Aug 2019 13:31:28 +0200 Subject: [PATCH] Added the region activation tests to the makefile --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5a00501..b63c750b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,6 +108,7 @@ set(TEST_SOURCES tests/StereoBufferT.cpp tests/FilesT.cpp tests/OnePoleFilterT.cpp + tests/RegionActivationT.cpp tests/MainT.cpp )