aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-19 16:05:25 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-19 16:05:25 +0200
commitd491369d97454fb750de745c5b85e3e41f4a29c2 (patch)
tree493638d7ea687c12b7439a5b202e058fc3653fd9
parentflamegraph.sh: reduce graph width (diff)
downloadcimple-d491369d97454fb750de745c5b85e3e41f4a29c2.tar.gz
cimple-d491369d97454fb750de745c5b85e3e41f4a29c2.zip
move valgrind.sh to scripts/
-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}")