Rename folder of core library

This commit is contained in:
2020-03-23 11:54:27 +01:00
parent c30e6be0b0
commit 01eb2f8ed7
42 changed files with 6 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "gtest/gtest.h"
#include "test_ZmqReceiver.cpp"
#include "test_H5Writer.cpp"
#include "test_MetadataBuffer.cpp"
#include "test_BufferedWriter.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}