From b8c300e61e74cfbbc98fcb98c30689608cb85774 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 16 Jan 2016 14:37:23 +0100 Subject: [PATCH] Remove run_tests.go from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9052c8d46..6c365c1e0 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ clean: rm -rf restic test: $(SOURCE) - go run run_tests.go /dev/null + go test ./...