summaryrefslogtreecommitdiff
path: root/exports/exports_test.go
blob: 25d108cf17d551b0cfb5d0b305ca2c2308307c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//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)
}

func TestLetsConnectDiscovery(t *testing.T) {
	testLetsConnectDiscovery(t)
}