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 Jul 12, 2024
1 parent 96acf6c commit 4a321bc
Show file tree
Hide file tree
Showing 43 changed files with 2,794 additions and 2,666 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 4a321bc

Please sign in to comment.