Skip to content

Commit

Permalink
datatype test is back
Browse files Browse the repository at this point in the history
Update #548
  • Loading branch information
eugenwintersberger committed Dec 24, 2021
1 parent 392be2b commit a36ad3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ configure_file(pniio_test_boolattr.h5 pniio_test_boolattr.h5 COPYONLY)

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(examples)
# add_subdirectory(error)
#add_subdirectory(core)
#add_subdirectory(property)
# add_subdirectory(datatype)
add_subdirectory(error)
add_subdirectory(core)
add_subdirectory(property)
add_subdirectory(datatype)
#add_subdirectory(dataspace)
add_subdirectory(attribute)
add_subdirectory(filter)
Expand Down
1 change: 1 addition & 0 deletions test/datatype/compound_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <complex>
#include <cstdint>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/contrib/stl/complex.hpp>

using namespace hdf5;
using namespace hdf5::datatype;
Expand Down

0 comments on commit a36ad3f

Please sign in to comment.