Reorder the repository

This commit is contained in:
2018-07-12 10:51:47 +02:00
parent 7115749da3
commit a481e67428
33 changed files with 2 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "gtest/gtest.h"
#include "test_ZmqReceiver.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}