make smoke-valgrindを追加
authorj8takagi <j8takagi@nifty.com>
Sat, 18 Aug 2018 07:53:36 +0000 (16:53 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 18 Aug 2018 07:54:25 +0000 (16:54 +0900)
Makefile
test/system/Makefile

index df6cab7..e88b56f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ CMDFILES := casl2 comet2 dumpword casl2rev comet2monitor
 
 all: build INSTALL gtags
 
 
 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)
 
        $(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:
        $(MAKE) -sC test/system smoke
 
+smoke-valgrind:
+       $(MAKE) -sC test/system smoke-valgrind
+
 valgrind:
        $(MAKE) -sC test/system valgrind
 
 valgrind:
        $(MAKE) -sC test/system valgrind
 
index 833b8fe..fe87d96 100644 (file)
@@ -12,6 +12,9 @@ check:
 smoke:
        $(MAKE) -sC casl2_smoke check
 
 smoke:
        $(MAKE) -sC casl2_smoke check
 
+smoke-valgrind:
+       $(MAKE) -sC casl2_smoke valgrind
+
 valgrind:
        @$(call make_dirs,$(CMD),$@; )
 
 valgrind:
        @$(call make_dirs,$(CMD),$@; )