Parcourir la source

Add shortcut target to run all the tests

Oz N Tiram il y a 4 ans
Parent
commit
8759015bab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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