Skip to content

Commit

Permalink
Updates to debug Intel oneAPI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent eefdc48 commit e90b857
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 12 additions & 11 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,18 @@ check_SCRIPTS = $(TEST_SCRIPT)
# executed, generally most specific tests to least specific tests.
# As an exception, long-running tests should occur earlier in the list.
# This gives them more time to run when tests are executing in parallel.
TEST_PROG= testhdf5 \
cache cache_api cache_image cache_tagging lheap ohdr \
stab gheap evict_on_close farray earray btree2 fheap \
accum hyperslab istore bittests dt_arith page_buffer \
dtypes dsets chunk_info cmpd_dset mdset cmpd_dtransform filter_fail extend direct_chunk \
external efc objcopy objcopy_ref links unlink twriteorder big mtime \
fillval mount select_io_dset\
flush1 flush2 app_ref enum set_extent ttsafe enc_dec_plist \
enc_dec_plist_cross_platform getname vfd ros3 s3comms hdfs ntypes \
dangle dtransform reserved cross_read freespace mf vds file_image \
unregister cache_logging cork swmr vol timer event_set onion
TEST_PROG= ttsafe
#TEST_PROG= testhdf5 \
# cache cache_api cache_image cache_tagging lheap ohdr \
# stab gheap evict_on_close farray earray btree2 fheap \
# accum hyperslab istore bittests dt_arith page_buffer \
# dtypes dsets chunk_info cmpd_dset mdset cmpd_dtransform filter_fail extend direct_chunk \
# external efc objcopy objcopy_ref links unlink twriteorder big mtime \
# fillval mount select_io_dset\
# flush1 flush2 app_ref enum set_extent ttsafe enc_dec_plist \
# enc_dec_plist_cross_platform getname vfd ros3 s3comms hdfs ntypes \
# dangle dtransform reserved cross_read freespace mf vds file_image \
# unregister cache_logging cork swmr vol timer event_set onion

# List programs to be built when testing here
#
Expand Down
2 changes: 2 additions & 0 deletions test/ttsafe.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ main(int argc, char *argv[])
TestParseCmdLine(argc, argv);

/* Perform requested testing */
fprintf(stderr, "Before performing tests");
PerformTests();
fprintf(stderr, "After performing tests");

/* Display test summary, if requested */
if (GetTestSummary())
Expand Down

0 comments on commit e90b857

Please sign in to comment.