diff --git a/testing/adios2/engine/bp/operations/CMakeLists.txt b/testing/adios2/engine/bp/operations/CMakeLists.txt index 2fa4bcb1e0..af775641df 100644 --- a/testing/adios2/engine/bp/operations/CMakeLists.txt +++ b/testing/adios2/engine/bp/operations/CMakeLists.txt @@ -21,9 +21,9 @@ endif() if(ADIOS2_HAVE_ZFP) bp_gtest_add_tests_helper(WriteReadZfp MPI_ALLOW) - bp3_bp4_gtest_add_tests_helper(WriteReadZfpHighLevelAPI MPI_ALLOW) + bp_gtest_add_tests_helper(WriteReadZfpHighLevelAPI MPI_ALLOW) bp3_bp4_gtest_add_tests_helper(WriteReadZfpRemoveOperations MPI_ALLOW) - bp3_bp4_gtest_add_tests_helper(WriteReadZfpConfig MPI_ALLOW) + bp_gtest_add_tests_helper(WriteReadZfpConfig MPI_ALLOW) gtest_add_tests_helper(ZfpComplex MPI_ALLOW BPWriteRead Engine. "")