Commit 0d9a92a3 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

closes #5362 add helgrind_test_partitioned_counter


git-svn-id: file:///svn/toku/tokudb@46774 c7de825b-a66e-492c-adef-691d508d4ae1
parent 07a934cc
......@@ -7,6 +7,7 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
ft/ft_loader-test-extractor-1
ft/ft_loader-test-extractor-2
ft/ft_loader-test-extractor-3
ft/helgrind_test_partitioned_counter
ft/upgrade_test_simple
portability/try-leak-lost
portability/try-leak-reachable
......
......@@ -101,6 +101,8 @@ if(BUILD_TESTING)
declare_custom_tests(bnc-insert-benchmark)
add_test(ft/bnc-insert-benchmark bnc-insert-benchmark 100 4096000 1000)
add_helgrind_test(ft/helgrind_test_partitioned_counter $<TARGET_FILE:test_partitioned_counter>)
foreach(test ${tests})
if(NOT "${test}" MATCHES "dir[.].*")
## add a default test rule that runs with no options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment