From 50b97753e13cdd9e4777fe75482ac61ec6764aac Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 28 Mar 2015 12:16:05 +0900 Subject: [PATCH] =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=A7=E4=BD=BF?= =?utf8?q?=E3=81=86find=E3=82=92GNU=E7=89=88=E4=BB=A5=E5=A4=96=E3=81=A7?= =?utf8?q?=E3=82=82=E5=AF=BE=E5=BF=9C=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?utf8?q?=E3=81=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- test/template/Group.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/template/Group.mk b/test/template/Group.mk index fc69391..fa222d9 100644 --- a/test/template/Group.mk +++ b/test/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