Clean project structure.
This commit is contained in:
parent
78a4fa99ff
commit
947bf937fd
496 changed files with 206 additions and 137 deletions
|
@ -2,7 +2,6 @@ set(MODULE_NAME audio)
|
|||
|
||||
set(UNIT_TESTS
|
||||
${MODULE_NAME}/unit/TestAudioWriter.cpp
|
||||
${MODULE_NAME}/unit/TestMidiReader.cpp
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
#include "MidiReader.h"
|
||||
|
||||
#include "TestFramework.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
TEST_CASE(TestReadMidi, "audio")
|
||||
{
|
||||
MidiReader reader;
|
||||
reader.read(TestUtils::getTestDataDir() / "test.mid");
|
||||
|
||||
auto document = reader.getDocument();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue