RoboidControl-cpp/test/Dummy_test.cc
2023-12-30 14:45:01 +00:00

8 lines
65 B
C++

#if GTEST
#include <gtest/gtest.h>
TEST(Dummy, Foo) {
}
#endif