From cb4e93b40e95e3e686812344044b9bda5e2b6b0c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Aug 2023 22:01:16 +0200 Subject: Makefile: fix comments --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3