From b1ef2c26bdddf31c05239531f15e102adbfc2c93 Mon Sep 17 00:00:00 2001 From: paulfd Date: Fri, 6 Sep 2019 22:16:25 +0200 Subject: [PATCH] And the tests... --- tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f5d2cdc5..edba18fc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,7 +6,8 @@ project(sfizz) set(SFIZZ_TEST_SOURCES RegexT.cpp HelpersT.cpp - RegionT.cpp + HelpersT.cpp + AudioBufferT.cpp RangeT.cpp OpcodeT.cpp BufferT.cpp