Skip to content

Commit

Permalink
Integrate API tests with testing framework
Browse files Browse the repository at this point in the history
Allows skipping of individual tests by interface or by name
  • Loading branch information
jhendersonHDF committed Nov 20, 2024
1 parent 258fa78 commit db94aed
Show file tree
Hide file tree
Showing 42 changed files with 3,149 additions and 2,714 deletions.
4 changes: 0 additions & 4 deletions test/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,6 @@ if (HDF5_EXPORTED_TARGETS AND HDF5_TEST_API_INSTALL)

foreach (api_test_extra ${HDF5_API_TESTS_EXTRA})
if (TARGET ${api_test_extra})
set_target_properties (${api_test_extra}
PROPERTIES
OUTPUT_NAME "h5_api_test_${api_test_extra}"
)
install (
TARGETS ${api_test_extra}
EXPORT ${HDF5_EXPORTED_TARGETS}
Expand Down
Loading

0 comments on commit db94aed

Please sign in to comment.