Add std-udp-sync project

This commit is contained in:
2021-07-05 16:12:53 +02:00
parent 9ff380e78a
commit eb9c87cf2f
12 changed files with 570 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "gtest/gtest.h"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}