Skip to content

Commit

Permalink
downscope, just get skel and tpl tests in
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 20, 2021
1 parent 730406d commit c3db704
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 397 deletions.
12 changes: 0 additions & 12 deletions src/tests/relay/CMakeLists.txt
Expand Up @@ -28,8 +28,6 @@ set(RELAY_HDF5_TESTS t_relay_io_hdf5
t_relay_io_hdf5_slab
t_relay_io_hdf5_opts)

set(RELAY_H5ZZFP_TESTS t_relay_io_hdf5_h5zzfp)


set(RELAY_ADIOS_TESTS t_relay_io_adios)
set(RELAY_MPI_ADIOS_TESTS t_relay_mpi_io_adios)
Expand Down Expand Up @@ -66,16 +64,6 @@ else()
message(STATUS "HDF5 disabled: Skipping conduit_relay hdf5 tests")
endif()

if(H5ZZFP_FOUND)
foreach(TEST ${RELAY_H5ZZFP_TESTS})
add_cpp_test(TEST ${TEST}
DEPENDS_ON conduit conduit_relay
FOLDER tests/relay)
endforeach()
else()
message(STATUS "h5z-zfp disabled: Skipping conduit_relay h5z-zfp tests")
endif()

if(SILO_FOUND)
message(STATUS "Silo enabled: Adding conduit_relay Silo unit tests")
foreach(TEST ${RELAY_SILO_TESTS})
Expand Down

0 comments on commit c3db704

Please sign in to comment.