From cd4c56b927b1347ecce22c70405450caa247e644 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 6 May 2015 22:27:02 +0200 Subject: [PATCH] wip --- cmd/restic/integration_test.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmd/restic/integration_test.go diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go new file mode 100644 index 000000000..5f241b91d --- /dev/null +++ b/cmd/restic/integration_test.go @@ -0,0 +1,3 @@ +// build +integration + +package main_test