projects
/
autotest_mk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bf4a0
)
Makefile中の=を:=に修正
author
j8takagi
<j8takagi@nifty.com>
Mon, 6 Jan 2014 09:45:54 +0000
(18:45 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 6 Jan 2014 09:45:54 +0000
(18:45 +0900)
template/Group.mk
patch
|
blob
|
history
diff --git
a/template/Group.mk
b/template/Group.mk
index
238e48b
..
57f83e7
100644
(file)
--- 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