Files
sf_daq_buffer/lib/test/test_main.cpp
T
2018-11-19 18:10:38 +01:00

12 lines
248 B
C++

#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();
}