スモークテストを実行するmake smokeを追加
[YACASL2.git] / test / system / Makefile
index 74f8a4a..833b8fe 100644 (file)
@@ -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),$@; )