This commit is contained in:
sridharv
2016-03-28 17:23:28 +02:00
parent 94abcd0da0
commit 7a0cf30d95
2 changed files with 14 additions and 14 deletions

View File

@ -18,8 +18,8 @@ import (
"archive/zip"
"runtime"
"github.com/sridharv/gomobile-java/bind"
"flag"
"github.com/sridharv/gomobile-java/bind"
)
func runCommand(cmd string, args ...string) error {

View File

@ -3,11 +3,11 @@ package main
import (
"testing"
"io/ioutil"
"path/filepath"
"os/exec"
"os"
"flag"
"io/ioutil"
"os"
"os/exec"
"path/filepath"
)
var javaTest = flag.String("javatest", ".*", "Run only java tests matching the regular expression")