projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33ae1d
)
make smoke-valgrindを追加
author
j8takagi
<j8takagi@nifty.com>
Sat, 18 Aug 2018 07:53:36 +0000
(16:53 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sat, 18 Aug 2018 07:54:25 +0000
(16:54 +0900)
Makefile
patch
|
blob
|
history
test/system/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
df6cab7
..
e88b56f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-38,7
+38,7
@@
CMDFILES := casl2 comet2 dumpword casl2rev comet2monitor
all: build INSTALL gtags
-build:
+build:
version
$(MAKE) -C src all
@(for f in $(CMDFILES); do if test ! -e $$f -o src/$$f -nt $$f; then $(CP) src/$$f $$f; fi; done)
@@
-63,6
+63,9
@@
check:
smoke:
$(MAKE) -sC test/system smoke
+smoke-valgrind:
+ $(MAKE) -sC test/system smoke-valgrind
+
valgrind:
$(MAKE) -sC test/system valgrind
diff --git
a/test/system/Makefile
b/test/system/Makefile
index
833b8fe
..
fe87d96
100644
(file)
--- a/
test/system/Makefile
+++ b/
test/system/Makefile
@@
-12,6
+12,9
@@
check:
smoke:
$(MAKE) -sC casl2_smoke check
+smoke-valgrind:
+ $(MAKE) -sC casl2_smoke valgrind
+
valgrind:
@$(call make_dirs,$(CMD),$@; )