Clean up some tests.
This commit is contained in:
parent
b17ba8b3a7
commit
c102ebb6da
64 changed files with 615 additions and 541 deletions
0
test/audio/integration/TestAlsaInterface.cpp
Normal file
0
test/audio/integration/TestAlsaInterface.cpp
Normal file
13
test/audio/integration/TestWasapiInterface.cpp
Normal file
13
test/audio/integration/TestWasapiInterface.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "TestFramework.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
#include "AudioSample.h"
|
||||
#include "AudioSynth.h"
|
||||
#include "WasapiInterface.h"
|
||||
|
||||
TEST_CASE(TestWasapiInterface, "audio")
|
||||
{
|
||||
WasapiInterface audio_interface;
|
||||
auto device = AudioDevice::Create();
|
||||
audio_interface.Play(device);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue