浏览代码

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