go-astiav/device_test.go

10 lines
95 B
Go

package astiav
import (
"testing"
)
func TestDevice(t *testing.T) {
RegisterAllDevices()
}