Files
sf_daq_buffer/jf-zmqstreamer/test/main.cpp
T
2021-09-26 16:20:28 +02:00

12 lines
263 B
C++

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