Explorar o código

test starting all examples

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
b3bdbf1082
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      test_startup.sh

+ 4 - 1
test_startup.sh

@@ -30,5 +30,8 @@ check() {
 error=0
 check main.py || error=1
 check examples.py || error=1
-check examples/slideshow/main.py || error=1
+for path in examples/*
+do
+    check $path/main.py || error=1
+done
 test $error -eq 0