Clean project structure.
This commit is contained in:
parent
78a4fa99ff
commit
947bf937fd
496 changed files with 206 additions and 137 deletions
|
@ -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