Files
sf_daq_buffer/sf-buffer/test/main.cpp
T
2020-06-09 11:05:34 +02:00

12 lines
266 B
C++

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