Add a test suite

This commit is contained in:
Michael Steinert
2015-03-29 11:25:00 -05:00
parent b380319c58
commit 9c771166c9
4 changed files with 96 additions and 1 deletions

View File

@@ -7,3 +7,6 @@ go:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends libpam0g-dev
- sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test
script: sudo go test -v ./...