Whitelist tests for travis-ci

This commit is contained in:
Kyle Lemons
2016-04-03 10:25:58 -07:00
parent 527c5b8a3f
commit 8736c99b74
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ go:
- 1.6 - 1.6
- tip - tip
script: go test -v -test.run='BCD|Noop|Parse' ./...
addons: addons:
apt: apt:
packages: packages:

View File

@@ -15,8 +15,9 @@
package usb_test package usb_test
import ( import (
. "github.com/kylelemons/gousb/usb"
"testing" "testing"
. "github.com/kylelemons/gousb/usb"
) )
func TestGetStringDescriptorAscii(t *testing.T) { func TestGetStringDescriptorAscii(t *testing.T) {