summaryrefslogtreecommitdiff
path: root/exports/exports_test.go
blob: 848adfcf51f5fc3654b7f743c7b1be7ee99a42e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//go:build cgotesting

package main

import "testing"

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

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

func TestGetConfig(t *testing.T) {
	testGetConfig(t)
}