Add tests for MetadataBuffer

This commit is contained in:
2018-11-19 18:10:38 +01:00
parent 1acd36f77f
commit 554734659a
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
#include "gtest/gtest.h"
#include "test_ZmqReceiver.cpp"
#include "test_H5Writer.cpp"
#include "test_MetadataBuffer.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}