summaryrefslogtreecommitdiff
path: root/libgo/misc/cgo/test/cgo_linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/misc/cgo/test/cgo_linux_test.go')
-rw-r--r--libgo/misc/cgo/test/cgo_linux_test.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgo/misc/cgo/test/cgo_linux_test.go b/libgo/misc/cgo/test/cgo_linux_test.go
new file mode 100644
index 00000000000..9c15f69e401
--- /dev/null
+++ b/libgo/misc/cgo/test/cgo_linux_test.go
@@ -0,0 +1,12 @@
+// Copyright 2012 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package cgotest
+
+import "testing"
+
+func TestSetgid(t *testing.T) { testSetgid(t) }
+func Test6997(t *testing.T) { test6997(t) }
+func TestBuildID(t *testing.T) { testBuildID(t) }
+func Test9400(t *testing.T) { test9400(t) }