From bad1f2370ba311bbe5981b204d4fa244b1d9a514 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 26 Dec 2016 20:15:17 +0100 Subject: import-orig: Handle download errors properly This introduces tests that reach out to the network. These are disabled by default. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9755fa11..09cb2092 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ all: syntax-check test +all+net: + $(MAKE) GBP_NETWORK_TESTS=1 all + test: export GIT_AUTHOR_NAME="Gbp Tests"; \ export GIT_AUTHOR_EMAIL=tests@example.com; \ -- cgit v1.2.3