projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0423c8c
)
「make check」でのテストが、コマンド更新時だけに実行されるよう修正
author
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jan 2010 04:27:54 +0000
(13:27 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 25 Jan 2010 04:27:54 +0000
(13:27 +0900)
test/integration/Makefile
patch
|
blob
|
history
diff --git
a/test/integration/Makefile
b/test/integration/Makefile
index
2413812
..
437eeb8
100644
(file)
--- a/
test/integration/Makefile
+++ b/
test/integration/Makefile
@@
-1,6
+1,6
@@
-TESTGROUPS = `ls | grep "^[^A-Z].*"`
+YACASL2DIR=../..
+TARGETS = casl2 comet2 dumpword
.PHONY: all
-all:
- @for target in $(TESTGROUPS); do \
- $(MAKE) -C $$target; \
- done
+all:$(TARGETS)
+%: $(YACASL2DIR)/%
+ $(MAKE) -C $@