MCPcopy Create free account
hub / github.com/SFML/SFML / runAudioDeviceTests

Function runAudioDeviceTests

test/TestUtilities/AudioUtil.cpp:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <AudioUtil.hpp>
2
3std::string runAudioDeviceTests()
4{
5#ifdef SFML_RUN_AUDIO_DEVICE_TESTS
6 return "";
7#else
8 // https://github.com/catchorg/Catch2/blob/devel/docs/test-cases-and-sections.md#special-tags
9 // This tag tells Catch2 to not run a given TEST_CASE
10 return "[.audio_device]";
11#endif
12}

Callers 5

Sound.test.cppFile · 0.85
Music.test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected