Skip to content
Snippets Groups Projects
Commit 637e5c9e authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Add read validation for ADIOS1 engine

parent 80417507
No related branches found
No related tags found
1 merge request!95Add read validation to engine tests
......@@ -3,7 +3,12 @@
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
add_executable(TestADIOS1WriteRead TestADIOS1WriteRead.cpp)
target_link_libraries(TestADIOS1WriteRead adios2 gtest)
# MPI versions of the test are not properly implemented at the moment
if(NOT ADIOS_USE_MPI)
find_package(ADIOS1 COMPONENTS sequential REQUIRED)
add_test(NAME adios2::engine::adios1::write_read COMMAND TestADIOS1WriteRead)
add_executable(TestADIOS1WriteRead TestADIOS1WriteRead.cpp)
target_link_libraries(TestADIOS1WriteRead adios2 gtest adios1::adios)
add_test(NAME adios2::engine::adios1::write_read COMMAND TestADIOS1WriteRead)
endif()
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment