summaryrefslogtreecommitdiff
path: root/cpp/src/tests/asyncstore.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/asyncstore.cmake')
-rw-r--r--cpp/src/tests/asyncstore.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/asyncstore.cmake b/cpp/src/tests/asyncstore.cmake
index 795ea55cf7..51efa88bd3 100644
--- a/cpp/src/tests/asyncstore.cmake
+++ b/cpp/src/tests/asyncstore.cmake
@@ -45,7 +45,7 @@ if (UNIX)
qpidbroker
rt
)
- add_test (Store_Perftools_Smoke_Test ${CMAKE_CURRENT_SOURCE_DIR}/storePerftools/storePerftoolsSmokeTest.sh)
+ add_test (jrnl2Perf_smoke_test ${CMAKE_CURRENT_SOURCE_DIR}/storePerftools/jrnl2Perf_smoke_test.sh)
endif (UNIX)
# Async store perf test (asyncPerf)
@@ -77,4 +77,5 @@ if (UNIX)
qpidtypes
rt
)
+ add_test (asyncStorePerf_smoke_test ${CMAKE_CURRENT_SOURCE_DIR}/storePerftools/asyncStorePerf_smoke_test.sh)
endif (UNIX)