Files
sf_daq_buffer/std-stream-send/test/main.cpp
T
2021-07-05 17:59:09 +02:00

9 lines
152 B
C++

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