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