Skip to content

Commit a0f9c5f

Browse files
committed
[Debug - clean up]
1 parent 879ae85 commit a0f9c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ add_test(NAME unittest
8080
if(NOT MSVC)
8181
# Not running SIMD.* unit test cases for Valgrind
8282
add_test(NAME valgrind_unittest
83-
COMMAND valgrind --track-origins=yes --suppressions=${CMAKE_SOURCE_DIR}/test/valgrind.supp --leak-check=full --error-exitcode=1 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest --gtest_filter=-SIMD.*
83+
COMMAND valgrind --suppressions=${CMAKE_SOURCE_DIR}/test/valgrind.supp --leak-check=full --error-exitcode=1 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest --gtest_filter=-SIMD.*
8484
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
8585

8686
if(CMAKE_BUILD_TYPE STREQUAL "Debug")

0 commit comments

Comments
 (0)