From 449ebe79f609b29a7fa1ec8564c3e848037afd87 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 6 Jan 2014 18:45:54 +0900 Subject: [PATCH] =?utf8?q?Makefile=E4=B8=AD=E3=81=AE=3D=E3=82=92:=3D?= =?utf8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/Group.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Group.mk b/template/Group.mk index 238e48b..57f83e7 100644 --- a/template/Group.mk +++ b/template/Group.mk @@ -29,7 +29,7 @@ GROUP_DIR := $(CURDIR) GROUP := $(notdir $(GROUP_DIR)) # テスト名。カレントディレクトリー内の、名前が大文字または.以外で始まるディレクトリー -TESTS = $(notdir $(shell $(FIND) -maxdepth 1 -name "[^A-Z.]*" -type d)) +TESTS := $(notdir $(shell $(FIND) -maxdepth 1 -name "[^A-Z.]*" -type d)) # テストグループログファイル GROUP_LOG_FILE := $(shell $(ECHO) $(GROUP) | $(TR) '[a-z]' '[A-Z]').log -- 2.18.0