Add stub for jf-live-writer

The goal of this writer is to provide immediate writing
without delay -> following the detector.
This commit is contained in:
2020-07-17 11:37:29 +02:00
parent 7e8bde3526
commit 83dc003c79
5 changed files with 200 additions and 1 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();
}