Files

copied
Last update 1 year 4 months 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(); }
Report a bug