スモークテストを実行するmake smokeを追加
[YACASL2.git] / Makefile
index bff31db..df6cab7 100644 (file)
--- 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