ソースを参照

Add shortcut target to run all the tests

Oz N Tiram 4 年 前
コミット
8759015bab
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,4 +15,4 @@ test/unit::
 test/integration::
 	rover FFF
 
-
+test:: test/unit test/integration