Moved live writer to std-det-writer

This commit is contained in:
2021-07-06 14:48:45 +02:00
parent e53439795f
commit d1ab066eac
15 changed files with 80 additions and 50 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();
}