mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 08:06:59 +08:00
12 lines
141 B
Go
12 lines
141 B
Go
package astiav_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/asticode/go-astiav"
|
|
)
|
|
|
|
func TestDevice(t *testing.T) {
|
|
astiav.RegisterAllDevices()
|
|
}
|