Browse Source

Add shortcut target to run all the tests

Oz N Tiram 4 năm trước cách đây
mục cha
commit
8759015bab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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