テストで使うfindをGNU版以外でも対応できるよう修正
authorj8takagi <j8takagi@nifty.com>
Sat, 28 Mar 2015 03:16:05 +0000 (12:16 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 28 Mar 2015 03:16:05 +0000 (12:16 +0900)
test/template/Group.mk

index fc69391..fa222d9 100644 (file)
@@ -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