Files
sf_daq_buffer/jf-live-writer/test/main.cpp
T

11 lines
186 B
C++

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