Forráskód Böngészése

Add shortcut target to run all the tests

Oz N Tiram 4 éve
szülő
commit
8759015bab
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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