test plugins
This commit is contained in:
parent
87f53b432f
commit
5c49d0eb3d
|
@ -22,7 +22,7 @@ gocui: build
|
|||
./testGui --gui gocui
|
||||
|
||||
install:
|
||||
GO111MODULE=off go install \
|
||||
go install \
|
||||
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
|
||||
|
||||
check-git-clean:
|
||||
|
|
|
@ -17,10 +17,10 @@ func main() {
|
|||
// setup the GUI
|
||||
me.myGui = gui.New()
|
||||
|
||||
testLoad("nocui")
|
||||
// testLoad("nocui")
|
||||
// testLoad("gocui")
|
||||
// testLoad("andlabs")
|
||||
testLoad("pixelgl")
|
||||
testLoad("gocui")
|
||||
testLoad("andlabs")
|
||||
testLoad("fyne")
|
||||
//testLoad("fail")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue