aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/valgrind.sh (renamed from src/valgrind.sh)0
-rw-r--r--test/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/valgrind.sh b/scripts/valgrind.sh
index db05a1d..db05a1d 100755
--- a/src/valgrind.sh
+++ b/scripts/valgrind.sh
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index dd7f6f6..6ae03e6 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -28,7 +28,7 @@ add_python_tests(python_tests_stress
add_python_tests(python_tests_valgrind
Python3::Interpreter -m pytest ${python_test_args} -m "not stress and not flame_graph"
- --valgrind "${CMAKE_CURRENT_SOURCE_DIR}/../src/valgrind.sh")
+ --valgrind "${CMAKE_CURRENT_SOURCE_DIR}/../scripts/valgrind.sh")
if(NOT DEFINED FLAME_GRAPHS_DIR)
set(FLAME_GRAPHS_DIR "${CMAKE_CURRENT_SOURCE_DIR}")