Remove run_tests.go from Makefile

This commit is contained in:
Alexander Neumann 2016-01-16 14:37:23 +01:00
parent 2499bbb09d
commit b8c300e61e
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ clean:
rm -rf restic
test: $(SOURCE)
go run run_tests.go /dev/null
go test ./...