From ba6ffe1b71af6be260888da6ef4d622aa8b95b68 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 3 Jun 2026 17:57:17 +0900 Subject: [PATCH] =?utf8?q?Typo=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- template/Group.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e86f138..c6abb7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2p21 +0.2p22 diff --git a/template/Group.mk b/template/Group.mk index 5a6f8d6..d143c7e 100644 --- a/template/Group.mk +++ b/template/Group.mk @@ -87,7 +87,7 @@ TEST_VALGRIND_FILES := $(foreach test,$(TESTS),$(test)/$(VALGRIND_FILE)) # 用例: $(call group_report,name,file_log,file_report) define group_report $(ECHO) '$1: $(SUCCESS_TEST) / $(ALL_TEST) tests passed. Details in $(GROUP_DIR)/$2' >$3 - if $(TEST) $(FAIL_TEST) -eq 0; then $(ECHO) "$1: All tests are succeded." >>$3; fi + if $(TEST) $(FAIL_TEST) -eq 0; then $(ECHO) "$1: All tests are succeeded." >>$3; fi endef # リストで指定したディレクトリーでmakeを実行 -- 2.47.3