メモリダンプ出力時、ヘッダー行に「----・・・」を追加
[YACASL2.git] / test / system / Makefile
index 74f8a4a..fe87d96 100644 (file)
@@ -4,11 +4,17 @@ define make_dirs
     $(foreach d,$1,$(MAKE) -sC $d $2)
 endef
 
-.PHONY: check valgrind clean
+.PHONY: check smoke valgrind clean
 
 check:
        @$(call make_dirs,$(CMD),$@; )
 
+smoke:
+       $(MAKE) -sC casl2_smoke check
+
+smoke-valgrind:
+       $(MAKE) -sC casl2_smoke valgrind
+
 valgrind:
        @$(call make_dirs,$(CMD),$@; )