Commit b32e6d7e authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

only call test from MPI builds

parent b73d7a84
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@ if(ADIOS2_HAVE_MPI)
                    SCRIPT TestBPWriteTypesHighLevelAPI.py)
    python_add_test(NAME PythonBPReadMultisteps ${test_parameters} 
                    SCRIPT TestBPReadMultisteps.py)
endif()

    if (ADIOS2_HAVE_HDF5)
        python_add_test(NAME PythonBPWriteReadHighLevelAPI_HDF5 
                        SCRIPT TestBPWriteTypesHighLevelAPI_HDF5.py)
    endif(ADIOS2_HAVE_HDF5)
endif()