Files
sf_daq_buffer/jf-live-daq/test/main.cpp
T
2020-07-24 13:25:25 +02:00

10 lines
153 B
C++

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