Prechádzať zdrojové kódy

Add shortcut target to run all the tests

Oz N Tiram 4 rokov pred
rodič
commit
8759015bab
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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