1 // Copyright 2018 Tobias Klauser. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package sysconf_cgotest 6 7 import "testing" 8 9 // The actual test function is in sysconf_cgotest.go so that it can use cgo. 10 func TestSysconfCgoMatch(t *testing.T) { testSysconfCgoMatch(t) } 11