projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d232e7f
)
テストで使うfindをGNU版以外でも対応できるよう修正
author
j8takagi
<j8takagi@nifty.com>
Sat, 28 Mar 2015 03:16:05 +0000
(12:16 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sat, 28 Mar 2015 03:16:05 +0000
(12:16 +0900)
test/template/Group.mk
patch
|
blob
|
history
diff --git
a/test/template/Group.mk
b/test/template/Group.mk
index
fc69391
..
fa222d9
100644
(file)
--- 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