diff --git a/Makefile b/Makefile index dd9c7087..63ec0805 100644 --- a/Makefile +++ b/Makefile @@ -149,10 +149,12 @@ scratch: dep build check: unit itest -itest: btcd build +itest-only: @$(call print, "Running integration tests.") $(ITEST) +itest: btcd build itest-only + unit: btcd @$(call print, "Running unit tests.") $(UNIT) @@ -242,6 +244,7 @@ clean: install \ scratch \ check \ + itest-only \ itest \ unit \ unit-cover \