summaryrefslogtreecommitdiff
path: root/testGui
diff options
context:
space:
mode:
Diffstat (limited to 'testGui')
-rw-r--r--testGui/Makefile2
-rw-r--r--testGui/main.go6
2 files changed, 4 insertions, 4 deletions
diff --git a/testGui/Makefile b/testGui/Makefile
index dbbe743..fbd43a4 100644
--- a/testGui/Makefile
+++ b/testGui/Makefile
@@ -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:
diff --git a/testGui/main.go b/testGui/main.go
index 7bef94c..2bf4457 100644
--- a/testGui/main.go
+++ b/testGui/main.go
@@ -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")
}