From 7632ef36905f569cb35034229595423ee7a13b3b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 26 Dec 2018 11:20:39 -0200 Subject: [PATCH] Adding "broadway" test script. --- testscripts/web.sh | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) create mode 100755 testscripts/web.sh diff --git a/testscripts/web.sh b/testscripts/web.sh new file mode 100755 index 0000000..647045a --- /dev/null +++ b/testscripts/web.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +# https://developer.gnome.org/gtk3/stable/gtk-broadway.html +# +# zypper in gtk3-immodule-broadway +# + +export GDK_BACKEND=broadway +# export BROADWAY_DISPLAY=:5 +.bin/Debug/libv3270 + -- libgit2 0.21.2