Remove Cxxtest dependency
commitb8075712de243bee774f8e7ebe94b00c035b4246
authorfundamental <mark.d.mccurry@gmail.com>
Sun, 25 Apr 2021 20:26:34 +0000 (25 16:26 -0400)
committerfundamental <mark.d.mccurry@gmail.com>
Sun, 25 Apr 2021 20:28:33 +0000 (25 16:28 -0400)
tree42035404a3643aff3951f81d2b5ae7ce97b2a86f
parentab53e7a651ccbea9069ca23a1846f664acdc4a44
Remove Cxxtest dependency

Looks like upstream is now a dead project.
Rather than try to revive that in any way, let's remove one dependency.
30 files changed:
.github/workflows/ccpp.yml
.travis.yml
README.adoc
src/CMakeLists.txt
src/Tests/AdNoteTest.cpp [moved from src/Tests/AdNoteTest.h with 96% similarity]
src/Tests/AllocatorTest.cpp [moved from src/Tests/AllocatorTest.h with 92% similarity]
src/Tests/CMakeLists.txt
src/Tests/ControllerTest.cpp [moved from src/Tests/ControllerTest.h with 90% similarity]
src/Tests/EchoTest.cpp [moved from src/Tests/EchoTest.h with 89% similarity]
src/Tests/EffectTest.cpp [moved from src/Tests/EffectTest.h with 60% similarity]
src/Tests/KitTest.cpp [moved from src/Tests/KitTest.h with 60% similarity]
src/Tests/MemoryStressTest.cpp [moved from src/Tests/MemoryStressTest.h with 95% similarity]
src/Tests/MessageTest.cpp [moved from src/Tests/MessageTest.h with 80% similarity]
src/Tests/MicrotonalTest.cpp [moved from src/Tests/MicrotonalTest.h with 73% similarity]
src/Tests/MiddlewareTest.cpp [moved from src/Tests/MiddlewareTest.h with 94% similarity]
src/Tests/MqTest.cpp [moved from src/Tests/MqTest.h with 86% similarity]
src/Tests/MsgParseTest.cpp [moved from src/Tests/MsgParseTest.h with 79% similarity]
src/Tests/OscilGenTest.cpp [moved from src/Tests/OscilGenTest.h with 95% similarity]
src/Tests/PadNoteTest.cpp [moved from src/Tests/PadNoteTest.h with 93% similarity]
src/Tests/PluginTest.cpp [moved from src/Tests/PluginTest.h with 96% similarity]
src/Tests/RandTest.cpp [new file with mode: 0644]
src/Tests/RandTest.h [deleted file]
src/Tests/RtAllocTest.cpp [moved from src/Tests/RtAllocTest.h with 100% similarity]
src/Tests/SubNoteTest.cpp [moved from src/Tests/SubNoteTest.h with 94% similarity]
src/Tests/TriggerTest.cpp [moved from src/Tests/TriggerTest.h with 78% similarity]
src/Tests/UnisonTest.cpp [moved from src/Tests/UnisonTest.h with 97% similarity]
src/Tests/WatchTest.cpp [moved from src/Tests/WatchTest.h with 91% similarity]
src/Tests/XMLwrapperTest.cpp [moved from src/Tests/XMLwrapperTest.h with 84% similarity]
src/Tests/common.h [new file with mode: 0644]
src/Tests/test-suite.h [new file with mode: 0644]