From 8252e9998cc81bf676d13cb9f337892c4705da32 Mon Sep 17 00:00:00 2001 From: Eugen Wintersberger Date: Fri, 24 Dec 2021 10:44:34 +0100 Subject: [PATCH] node tests are back update #548 --- test/CMakeLists.txt | 4 ++-- test/node/dataset_array_type_io.cpp | 1 + test/node/dataset_const_data.cpp | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 054eb2a456..6b94d71300 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -34,7 +34,7 @@ add_subdirectory(examples) # add_subdirectory(datatype) #add_subdirectory(dataspace) add_subdirectory(attribute) -#add_subdirectory(filter) -#add_subdirectory(node) +add_subdirectory(filter) +add_subdirectory(node) #add_subdirectory(file) #add_subdirectory(utilities) diff --git a/test/node/dataset_array_type_io.cpp b/test/node/dataset_array_type_io.cpp index 55e8688693..022063f2da 100644 --- a/test/node/dataset_array_type_io.cpp +++ b/test/node/dataset_array_type_io.cpp @@ -28,6 +28,7 @@ #include #include #include +#include template struct Vector { diff --git a/test/node/dataset_const_data.cpp b/test/node/dataset_const_data.cpp index db3ce01948..e1e183f1c3 100644 --- a/test/node/dataset_const_data.cpp +++ b/test/node/dataset_const_data.cpp @@ -27,6 +27,7 @@ #include #include #include +#include using namespace hdf5;