diff options
author | Jakob Unterwurzacher | 2019-05-01 18:31:54 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-05-01 18:38:36 +0200 |
commit | ceff6833cf59951381640d844b9ad527abb31e88 (patch) | |
tree | ddee6964eb5988437d6fe364ccf5d1ad6b8d64d7 /Makefile | |
parent | 8d083e61f4624a4db324ac5ef4c08fb12d5bc801 (diff) |
travis: add make root_test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |