Files
sf_daq_buffer/sf-stream/test/main.cpp
T
2020-06-09 10:10:19 +02:00

11 lines
217 B
C++

#include "gtest/gtest.h"
#include "test_LiveRecvModule.cpp"
#include "test_FastQueue.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}