diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:31:45 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 11:32:58 +0200 |
commit | cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 (patch) | |
tree | aec2ae786f9e9df1cddbe5369054a6a58b5e1c73 /test/CMakeLists.txt | |
parent | add DEVELOPMENT.md (diff) | |
download | cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.tar.gz cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.zip |
make test/perf -> make flame_graphs
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6ae03e6..1470b3c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -34,7 +34,7 @@ if(NOT DEFINED FLAME_GRAPHS_DIR) set(FLAME_GRAPHS_DIR "${CMAKE_CURRENT_SOURCE_DIR}") endif() -add_python_tests(python_tests_perf +add_python_tests(python_tests_flame_graphs Python3::Interpreter -m pytest ${python_test_args} -m "flame_graph" --flamegraph "${CMAKE_CURRENT_SOURCE_DIR}/../scripts/flamegraph.sh" --flame-graphs-dir "${FLAME_GRAPHS_DIR}") |