summaryrefslogtreecommitdiff
path: root/exports/exports_test.go
blob: 6077bbd9a3de785ea3c5568724f23327c5d7a141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//go:build cgotesting

package main

import "testing"

func TestRegister(t *testing.T) {
	testRegister(t)
}

func TestServerList(t *testing.T) {
	testServerList(t)
}