Files
sf_daq_buffer/core-buffer/test/main.cpp
T
2020-05-20 11:45:34 +02:00

11 lines
216 B
C++

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