travis: add make root_test

This commit is contained in:
Jakob Unterwurzacher 2019-05-01 18:31:54 +02:00
parent 8d083e61f4
commit ceff6833cf
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ script:
- ./build.bash
- ./gocryptfs -speed
- ./test.bash -v
- make root_test
- ./crossbuild.bash
- echo "rebuild with locked dependencies"
- echo travis_fold:start:dep

View File

@ -10,7 +10,7 @@ test:
.phony: root_test
root_test:
./build.bash
cd tests/root_test ; go test -c ; sudo ./root_test.test
cd tests/root_test ; go test -c ; sudo ./root_test.test -test.v
.phony: format
format: