Przeglądaj źródła

Add shortcut target to run all the tests

Oz N Tiram 4 lat temu
rodzic
commit
8759015bab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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