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 25, 2024
1 parent cf222df commit 1044b04
Show file tree
Hide file tree
Showing 43 changed files with 3,535 additions and 3,026 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 1044b04

Please sign in to comment.