From 96935e16b9167dc3c472505872b3fc5235203a05 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 1 May 2019 13:11:42 +0200 Subject: tests: add root_tests (tests that must run as root) First test is a reproducer for https://github.com/rfjakob/gocryptfs/issues/394 "Group permissions: No write access" --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9108b2..7fd9c3d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,11 @@ build: test: ./test.bash +.phony: root_test +root_test: + ./build.bash + cd tests/root_test ; go test -c ; sudo ./root_test.test + .phony: format format: go fmt ./... -- cgit v1.2.3