arduino_midi_library/test/runner/test-runner_Main.cpp

8 lines
164 B
C++

#include "test-runner_Main.h"
#include <gtest/gtest.h>
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}