mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 12:04:38 +02:00
11 lines
218 B
C++
11 lines
218 B
C++
#include "gtest/gtest.h"
|
|
#include "test_JFH5Writer.cpp"
|
|
#include "test_ImageAssembler.cpp"
|
|
|
|
using namespace std;
|
|
|
|
int main(int argc, char **argv) {
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
}
|