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