From 9a555e2c42780305ce30a2d1f9db8e633e1ca5e7 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 15 Sep 2024 14:54:25 -0400 Subject: [PATCH] cwThread.h now depends on cwTest.h --- cwSpScBuf.cpp | 1 + cwSpScQueueTmpl.cpp | 1 + cwTest.cpp | 3 +++ 3 files changed, 5 insertions(+) diff --git a/cwSpScBuf.cpp b/cwSpScBuf.cpp index a7a0992..dca6dd4 100644 --- a/cwSpScBuf.cpp +++ b/cwSpScBuf.cpp @@ -1,6 +1,7 @@ #include "cwCommon.h" #include "cwLog.h" #include "cwCommonImpl.h" +#include "cwTest.h" #include "cwMem.h" #include "cwSpScBuf.h" #include "cwThread.h" diff --git a/cwSpScQueueTmpl.cpp b/cwSpScQueueTmpl.cpp index c11b2df..62bf385 100644 --- a/cwSpScQueueTmpl.cpp +++ b/cwSpScQueueTmpl.cpp @@ -1,6 +1,7 @@ #include "cwCommon.h" #include "cwLog.h" #include "cwCommonImpl.h" +#include "cwTest.h" #include "cwMem.h" #include "cwThread.h" #include "cwThreadMach.h" diff --git a/cwTest.cpp b/cwTest.cpp index 5ba4058..c5c7706 100644 --- a/cwTest.cpp +++ b/cwTest.cpp @@ -30,6 +30,8 @@ #include "cwFlowTest.h" +#include "cwThread.h" +#include "cwThreadMach.h" namespace cw { @@ -54,6 +56,7 @@ namespace cw { "/wt_bank", wt_bank::test }, { "/audio_transform", dsp::test }, { "/wt_note", wt_note::test }, + { "/thread_tasks", thread_tasks::test }, { nullptr, nullptr }, };