@ -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
@ -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: