From 782e7ca8648bd7d9ed6016a896a71ea2293e8719 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 6 Aug 2018 17:48:34 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B9=E3=83=A2=E3=83=BC=E3=82=AF=E3=83=86?= =?utf8?q?=E3=82=B9=E3=83=88=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8Bm?= =?utf8?q?ake=20smoke=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ test/system/Makefile | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bff31db..df6cab7 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,9 @@ doc_inner: check: $(MAKE) -sC test/system +smoke: + $(MAKE) -sC test/system smoke + valgrind: $(MAKE) -sC test/system valgrind diff --git a/test/system/Makefile b/test/system/Makefile index 74f8a4a..833b8fe 100644 --- a/test/system/Makefile +++ b/test/system/Makefile @@ -4,11 +4,14 @@ 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 + valgrind: @$(call make_dirs,$(CMD),$@; ) -- 2.18.0