Skip to content

Commit

Permalink
node tests are back
Browse files Browse the repository at this point in the history
update #548
  • Loading branch information
eugenwintersberger committed Dec 24, 2021
1 parent 9816358 commit 8252e99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions test/node/dataset_array_type_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <algorithm>
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/contrib/stl/vector.hpp>

template <typename T>
struct Vector {
Expand Down
1 change: 1 addition & 0 deletions test/node/dataset_const_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <h5cpp/hdf5.hpp>
#include <array>
#include <cstdint>
#include <h5cpp/contrib/stl/array.hpp>

using namespace hdf5;

Expand Down

0 comments on commit 8252e99

Please sign in to comment.