aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 22:01:16 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 22:01:16 +0200
commitcb4e93b40e95e3e686812344044b9bda5e2b6b0c (patch)
tree073c528d35dde9711d2cb122d2ee50208690ad52 /Makefile
parenttest: add a target to generate an HTML report (diff)
downloadcimple-cb4e93b40e95e3e686812344044b9bda5e2b6b0c.tar.gz
cimple-cb4e93b40e95e3e686812344044b9bda5e2b6b0c.zip
Makefile: fix comments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57e25cc..3ce4244 100644
--- a/Makefile
+++ b/Makefile
@@ -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