aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2023-05-04 12:13:27 -0400
committerAustin Clements <austin@google.com>2023-05-12 12:00:07 +0000
commit0efbec91cdc8b3e73a869e13dcec73c798147bd6 (patch)
treea1f898783deccb17557f5ab21551f2b1d506c818 /src/cmd/dist/test.go
parent2484e1331a6054ffa25e2e6a4146943251171c56 (diff)
downloadgo-0efbec91cdc8b3e73a869e13dcec73c798147bd6.tar.gz
go-0efbec91cdc8b3e73a869e13dcec73c798147bd6.zip
misc/swig: move tests to cmd/cgo/internal
This moves the misc/swig test to cmd/cgo/internal. This lets these tests access facilities in internal/testenv. It's also now just a normal test that can run as part of the cmd tests. For #37486. Change-Id: Ibe5026219999d175aa0a310b9886bef3f6f9ed17 Reviewed-on: https://go-review.googlesource.com/c/go/+/492722 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 95c27ce327..5a47b86bc6 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -870,9 +870,6 @@ func (t *tester) registerTests() {
if goos != "android" {
t.registerTest("cgo_testfortran", "", &goTest{dir: "cmd/cgo/internal/testfortran", timeout: 5 * time.Minute}, rtHostTest{})
}
- if goos != "android" {
- t.registerTest("swig", "", &goTest{dir: "../misc/swig"})
- }
}
if t.cgoEnabled {
t.registerCgoTests()