(t *testing.T)
| 71 | } |
| 72 | |
| 73 | func TestJavaSeqTest(t *testing.T) { |
| 74 | runTest(t, []string{ |
| 75 | "golang.org/x/mobile/bind/testdata/testpkg", |
| 76 | "golang.org/x/mobile/bind/testdata/testpkg/secondpkg", |
| 77 | "golang.org/x/mobile/bind/testdata/testpkg/simplepkg", |
| 78 | }, "", "SeqTest") |
| 79 | } |
| 80 | |
| 81 | // TestJavaSeqBench runs java test SeqBench.java, with the same |
| 82 | // environment requirements as TestJavaSeqTest. |