Files
Scanning the repository...
Last update 2 years 1 month
by Kristóf Kovács
| FilesArduino_Pedalboxtesttest_host | |
|---|---|
| .. | |
| log_test.cpp | |
| test_Pedal.cpp | |
| test_main.cpp |
test_main.cpp#include <gtest/gtest.h> int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }