1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 05:35:43 +00:00

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

View file

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