diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 22:01:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 22:01:16 +0200 |
commit | cb4e93b40e95e3e686812344044b9bda5e2b6b0c (patch) | |
tree | 073c528d35dde9711d2cb122d2ee50208690ad52 | |
parent | test: add a target to generate an HTML report (diff) | |
download | cimple-cb4e93b40e95e3e686812344044b9bda5e2b6b0c.tar.gz cimple-cb4e93b40e95e3e686812344044b9bda5e2b6b0c.zip |
Makefile: fix comments
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ test: .PHONY: test/report test/report: @echo ----------------------------------------------------------------- - @echo Running HTML test report + @echo Generating test report @echo ----------------------------------------------------------------- ctest --test-dir '$(call escape,$(cmake_dir))' \ --verbose --tests-regex python_tests_report @@ -114,7 +114,7 @@ endif .PHONY: flame_graphs flame_graphs: @echo ----------------------------------------------------------------- - @echo Collecting profiling data + @echo Generating flame graphs @echo ----------------------------------------------------------------- ctest --test-dir '$(call escape,$(cmake_dir))' \ --verbose --tests-regex python_tests_flame_graphs |