cwThread.h now depends on cwTest.h

This commit is contained in:
kevin 2024-09-15 14:54:25 -04:00
parent 6fcc1fa0ec
commit 9a555e2c42
3 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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 },
};