Files
sf_daq_buffer/core-buffer/test/main.cpp
T
2020-09-04 13:00:49 +02:00

12 lines
246 B
C++

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