Move public interfaces to include folder

This commit is contained in:
2020-03-26 15:47:38 +01:00
parent e94bf27f0f
commit f9b25367fa
16 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "gtest/gtest.h"
#include "../src/BufferedWriter.hpp"
#include "BufferedWriter.hpp"
using namespace std;
TEST(BufferedWriter, get_buffered_writer)
+1 -1
View File
@@ -1,5 +1,5 @@
#include "gtest/gtest.h"
#include "../src/H5Writer.hpp"
#include "H5Writer.hpp"
using namespace std;
TEST(H5Writer, get_h5_writer)
+1 -1
View File
@@ -1,5 +1,5 @@
#include "gtest/gtest.h"
#include "../src/MetadataBuffer.hpp"
#include "MetadataBuffer.hpp"
using namespace std;
+1 -1
View File
@@ -1,5 +1,5 @@
#include "gtest/gtest.h"
#include "../src/ZmqReceiver.hpp"
#include "ZmqReceiver.hpp"
using namespace std;
namespace pt = boost::property_tree;
+1 -1
View File
@@ -1,5 +1,5 @@
#include "gtest/gtest.h"
#include "../src/H5Writer.hpp"
#include "H5Writer.hpp"
using namespace std;
TEST(H5Writer, get_h5_writer)