arduino_midi_library/test/unit-tests/tests/unit-tests_Platform.cpp

16 lines
251 B
C++

#include "unit-tests_Platform.h"
BEGIN_MIDI_NAMESPACE
END_MIDI_NAMESPACE
// -----------------------------------------------------------------------------
BEGIN_UNNAMED_NAMESPACE
TEST(Platform, hasTheRightDefaultValues)
{
}
END_UNNAMED_NAMESPACE