mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 06:54:15 +02:00
Move public interfaces to include folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/BufferedWriter.hpp"
|
||||
#include "BufferedWriter.hpp"
|
||||
using namespace std;
|
||||
|
||||
TEST(BufferedWriter, get_buffered_writer)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/H5Writer.hpp"
|
||||
#include "H5Writer.hpp"
|
||||
using namespace std;
|
||||
|
||||
TEST(H5Writer, get_h5_writer)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/MetadataBuffer.hpp"
|
||||
#include "MetadataBuffer.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/ZmqReceiver.hpp"
|
||||
#include "ZmqReceiver.hpp"
|
||||
|
||||
using namespace std;
|
||||
namespace pt = boost::property_tree;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/H5Writer.hpp"
|
||||
#include "H5Writer.hpp"
|
||||
using namespace std;
|
||||
|
||||
TEST(H5Writer, get_h5_writer)
|
||||
|
||||
Reference in New Issue
Block a user