mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 05:04:12 +02:00
Add tests for MetadataBuffer
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user