テストで、システムテストからスモークテストを除外
authorj8takagi <j8takagi@nifty.com>
Tue, 12 Feb 2019 08:53:10 +0000 (17:53 +0900)
committerj8takagi <j8takagi@nifty.com>
Tue, 12 Feb 2019 08:53:10 +0000 (17:53 +0900)
test/system/Makefile

index fe87d96..26c5f55 100644 (file)
@@ -1,5 +1,5 @@
 # 複数の子ディレクトリーでmakeを実行
 # 複数の子ディレクトリーでmakeを実行
-CMD = casl2_smoke casl2_opt casl2_cmd casl2_err comet2_smoke comet2_opt comet2_cmd comet2_err casl2rev dumpword
+CMD = casl2_opt casl2_cmd casl2_err comet2_smoke comet2_opt comet2_cmd comet2_err casl2rev dumpword
 define make_dirs
     $(foreach d,$1,$(MAKE) -sC $d $2)
 endef
 define make_dirs
     $(foreach d,$1,$(MAKE) -sC $d $2)
 endef
@@ -16,7 +16,7 @@ smoke-valgrind:
        $(MAKE) -sC casl2_smoke valgrind
 
 valgrind:
        $(MAKE) -sC casl2_smoke valgrind
 
 valgrind:
-       @$(call make_dirs,$(CMD),$@; )
+       @$(call make_dirs,casl2_smoke $(CMD),$@; )
 
 clean:
 
 clean:
-       @$(call make_dirs,$(CMD),$@; )
+       @$(call make_dirs,casl2_smoke $(CMD),$@; )