[gjs: 1/2] CI: add webkit and gtk-app tests



commit 8f98f4af7f6f233c205f547ecb513e47813606d0
Author: Claudio André <claudioandre br gmail com>
Date:   Wed Aug 1 10:42:52 2018 -0300

    CI: add webkit and gtk-app tests

 installed-tests/scripts/testExamples.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/installed-tests/scripts/testExamples.sh b/installed-tests/scripts/testExamples.sh
index f258c8cf..d6bbc447 100755
--- a/installed-tests/scripts/testExamples.sh
+++ b/installed-tests/scripts/testExamples.sh
@@ -15,11 +15,19 @@ if [[ -n "${ENABLE_GTK}" ]]; then
     eval timeout 5s $graphical_gjs examples/gtk.js
     report_timeout "run the gtk.js example"
 
+    eval timeout 5s $graphical_gjs examples/gtk-application.js
+    report_timeout "run the gtk-application.js example"
+
     eval timeout 5s $graphical_gjs examples/gettext.js
     report_timeout "run the gettext.js example"
+
+    eval timeout 15s $graphical_gjs examples/webkit.js
+    report_timeout "run the webkit.js example"
 else
     skip "run the calc.js example" "running without GTK"
     skip "run the gtk.js example" "running without GTK"
+    skip "run the gtk-application.js example" "running without GTK"
     skip "run the gettext.js example" "running without GTK"
+    skip "run the webkit.js example" "running without GTK"
 fi
 echo "1..$total"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]