From b7493f62184f6781986ae3e828dbc586ff58de85 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 9 Mar 2015 09:41:01 +0900 Subject: [PATCH] =?utf8?q?BSD=20find=E3=81=A7=E5=8B=95=E4=BD=9C=E3=81=99?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/autotest_mk.texi | 2 -- template/Group.mk | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/autotest_mk.texi b/doc/autotest_mk.texi index 68cfa3b..a172ad2 100644 --- a/doc/autotest_mk.texi +++ b/doc/autotest_mk.texi @@ -170,8 +170,6 @@ Ubuntu Linux 10.10 Mac OS X バージョン 10.6.5 @end itemize -Mac OS Xでは、@uref{http://www.gnu.org/software/findutils/, GNU Findutils}をインストールしてください。 - @node Download, Verify, Requirements, Install @section ダウンロード diff --git a/template/Group.mk b/template/Group.mk index fc69391..fa222d9 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