mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 02:32:41 +02:00
9 lines
110 B
C++
9 lines
110 B
C++
#include "gtest/gtest.h"
|
|
#include "H5Writer.hpp"
|
|
using namespace std;
|
|
|
|
TEST(H5Writer, basic_interaction)
|
|
{
|
|
|
|
}
|