From ca16dbe7f37db3164790c1576122efae6eaee646 Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Sun, 2 Jan 2022 22:23:45 -0500 Subject: [PATCH] BP5 ZFP --- testing/adios2/engine/bp/operations/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. "")