Files
Leo-led-truck/test/native/test_games.cpp
2021-01-27 08:27:08 +01:00

12 lines
132 B
C++

#include <unity.h>
#ifdef UNIT_TEST
int main( int argc, char **argv) {
UNITY_BEGIN();
UNITY_END();
}
#endif //UNIT_TEST