[vala-tests] move test-common.sh under src/
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala-tests] move test-common.sh under src/
- Date: Fri, 19 Mar 2010 23:45:31 +0000 (UTC)
commit ebdaac4dfb8ce45a80f742d5890177f10228afc6
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Fri Mar 19 22:37:44 2010 +0100
move test-common.sh under src/
Makefile | 2 +-
common.sh => src/test-common.sh | 0
tests/examples/advanced.test | 2 +-
tests/examples/basic.test | 2 +-
tests/examples/cairo.test | 2 +-
tests/examples/character.test | 2 +-
tests/examples/clutter-demo.test | 2 +-
tests/examples/couchdb.test | 2 +-
tests/examples/curses.test | 2 +-
tests/examples/dbus-bluez.test | 2 +-
tests/examples/dbus-purple.test | 2 +-
tests/examples/dbus-skype.test | 2 +-
tests/examples/egg-clock.test | 2 +-
tests/examples/gconf.test | 2 +-
tests/examples/gdl-sample.test | 2 +-
tests/examples/gee-iterable.test | 2 +-
tests/examples/gee-list.test | 2 +-
tests/examples/gee-map.test | 2 +-
tests/examples/gee-set.test | 2 +-
tests/examples/gio-async-reading.test | 2 +-
tests/examples/gio-async.test | 2 +-
tests/examples/gio-binary-sample.test | 2 +-
tests/examples/gio-channel.test | 2 +-
tests/examples/gio-file-operations.test | 2 +-
tests/examples/gio-ls.test | 2 +-
tests/examples/gio-network-client-async.test | 2 +-
tests/examples/gio-network-client.test | 2 +-
tests/examples/gio-sample.test | 2 +-
tests/examples/gio-server.test | 2 +-
tests/examples/gnome-desktop-and-menu.test | 2 +-
tests/examples/gsl-combination.test | 2 +-
tests/examples/gsl-eigen-system.test | 2 +-
tests/examples/gsl-function.test | 2 +-
tests/examples/gsl-integration.test | 2 +-
tests/examples/gsl-least-squares-fitting.test | 2 +-
tests/examples/gsl-linear-algebra.test | 2 +-
tests/examples/gsl-monte-carlo-integration.test | 2 +-
tests/examples/gsl-multidimensional.test | 2 +-
tests/examples/gsl-random.test | 2 +-
tests/examples/gsl-stats.test | 2 +-
tests/examples/gstreamer-audio-player.test | 2 +-
tests/examples/gstreamer-square-beep.test | 2 +-
tests/examples/gstreamer-videotest.test | 2 +-
tests/examples/gtk-builder-sample.test | 2 +-
tests/examples/gtk-filechooser.test | 2 +-
tests/examples/gtk-hello.test | 2 +-
tests/examples/gtk-search-dialog.test | 2 +-
tests/examples/gtk-sync-sample.test | 2 +-
tests/examples/gtk-text-viewer.test | 2 +-
tests/examples/gtk-treeview-listsample.test | 2 +-
tests/examples/gtk-treeview-liststore.test | 2 +-
tests/examples/gtk-treeview-treestore.test | 2 +-
tests/examples/gtk-valawidget.test | 2 +-
tests/examples/hildon-sample.test | 2 +-
tests/examples/input-character.test | 2 +-
tests/examples/input-readline.test | 2 +-
tests/examples/input-scanf.test | 2 +-
tests/examples/input-stdin-line.test | 2 +-
tests/examples/input-stdin.test | 2 +-
tests/examples/json-google-translator.test | 2 +-
tests/examples/json-sample.test | 2 +-
tests/examples/libxml2.test | 2 +-
tests/examples/list.test | 2 +-
tests/examples/lm-send-async.test | 2 +-
tests/examples/lm-send-sync.test | 2 +-
tests/examples/lua-table.test | 2 +-
tests/examples/lua-test.test | 2 +-
tests/examples/markup-parser.test | 2 +-
tests/examples/number-guessing.test | 2 +-
tests/examples/opengl-glfw.test | 2 +-
tests/examples/opengl-glut.test | 2 +-
tests/examples/opengl-glx.test | 2 +-
tests/examples/opengl-gtkglext-spot.test | 2 +-
tests/examples/opengl-gtkglext.test | 2 +-
tests/examples/panel-applet-advanced.test | 2 +-
tests/examples/panel-applet-simple.test | 2 +-
tests/examples/pango-cairo.test | 2 +-
tests/examples/poppler-sample.test | 2 +-
tests/examples/postgresql.test | 2 +-
tests/examples/preprocessor.test | 2 +-
tests/examples/properties-construction.test | 2 +-
tests/examples/properties.test | 2 +-
tests/examples/sdl-sample.test | 2 +-
tests/examples/signals.test | 2 +-
tests/examples/soup-http-request.test | 2 +-
tests/examples/soup-http-server.test | 2 +-
tests/examples/soup-twitter.test | 2 +-
tests/examples/sqlite.test | 2 +-
tests/examples/string.test | 2 +-
tests/examples/test-gtk.test | 2 +-
tests/examples/test-simple.test | 2 +-
tests/examples/threading-philosophers.test | 2 +-
tests/examples/threading-simple.test | 2 +-
tests/examples/tiff.test | 2 +-
tests/examples/time.test | 2 +-
tests/examples/type-modules-interface.test | 2 +-
tests/examples/type-modules-main.test | 2 +-
tests/examples/type-modules-myplugin.test | 2 +-
tests/examples/value.test | 2 +-
tests/examples/webkit-sample.test | 2 +-
tests/examples/zlib.test | 2 +-
101 files changed, 100 insertions(+), 100 deletions(-)
---
diff --git a/Makefile b/Makefile
index 8715da7..7ad7456 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VALAC = valac
all: testsuite
check: testsuite
- PATH=$$PATH:`pwd` VALAC="$(VALAC)" gtester --verbose --g-fatal-warnings -k -o test-report.xml testsuite
+ PATH=$$PATH:`pwd`/src VALAC="$(VALAC)" gtester --verbose --g-fatal-warnings -k -o test-report.xml testsuite
gtester-report test-report.xml > test-report.html
testsuite: src/testsuite.vala src/testcase.vala src/posix.vapi
diff --git a/common.sh b/src/test-common.sh
similarity index 100%
rename from common.sh
rename to src/test-common.sh
diff --git a/tests/examples/advanced.test b/tests/examples/advanced.test
index 0174331..8c65445 100755
--- a/tests/examples/advanced.test
+++ b/tests/examples/advanced.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/basic.test b/tests/examples/basic.test
index 0174331..8c65445 100755
--- a/tests/examples/basic.test
+++ b/tests/examples/basic.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/cairo.test b/tests/examples/cairo.test
index 0174331..8c65445 100755
--- a/tests/examples/cairo.test
+++ b/tests/examples/cairo.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/character.test b/tests/examples/character.test
index 0174331..8c65445 100755
--- a/tests/examples/character.test
+++ b/tests/examples/character.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/clutter-demo.test b/tests/examples/clutter-demo.test
index 0174331..8c65445 100755
--- a/tests/examples/clutter-demo.test
+++ b/tests/examples/clutter-demo.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/couchdb.test b/tests/examples/couchdb.test
index 0174331..8c65445 100755
--- a/tests/examples/couchdb.test
+++ b/tests/examples/couchdb.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/curses.test b/tests/examples/curses.test
index 0174331..8c65445 100755
--- a/tests/examples/curses.test
+++ b/tests/examples/curses.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/dbus-bluez.test b/tests/examples/dbus-bluez.test
index 0174331..8c65445 100755
--- a/tests/examples/dbus-bluez.test
+++ b/tests/examples/dbus-bluez.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/dbus-purple.test b/tests/examples/dbus-purple.test
index 0174331..8c65445 100755
--- a/tests/examples/dbus-purple.test
+++ b/tests/examples/dbus-purple.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/dbus-skype.test b/tests/examples/dbus-skype.test
index 0174331..8c65445 100755
--- a/tests/examples/dbus-skype.test
+++ b/tests/examples/dbus-skype.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/egg-clock.test b/tests/examples/egg-clock.test
index 0174331..8c65445 100755
--- a/tests/examples/egg-clock.test
+++ b/tests/examples/egg-clock.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gconf.test b/tests/examples/gconf.test
index 0174331..8c65445 100755
--- a/tests/examples/gconf.test
+++ b/tests/examples/gconf.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gdl-sample.test b/tests/examples/gdl-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/gdl-sample.test
+++ b/tests/examples/gdl-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gee-iterable.test b/tests/examples/gee-iterable.test
index 0174331..8c65445 100755
--- a/tests/examples/gee-iterable.test
+++ b/tests/examples/gee-iterable.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gee-list.test b/tests/examples/gee-list.test
index 0174331..8c65445 100755
--- a/tests/examples/gee-list.test
+++ b/tests/examples/gee-list.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gee-map.test b/tests/examples/gee-map.test
index 0174331..8c65445 100755
--- a/tests/examples/gee-map.test
+++ b/tests/examples/gee-map.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gee-set.test b/tests/examples/gee-set.test
index 0174331..8c65445 100755
--- a/tests/examples/gee-set.test
+++ b/tests/examples/gee-set.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-async-reading.test b/tests/examples/gio-async-reading.test
index be38952..0bf0ed8 100755
--- a/tests/examples/gio-async-reading.test
+++ b/tests/examples/gio-async-reading.test
@@ -1,4 +1,4 @@
#!/bin/bash
TESTARGS="$0"
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-async.test b/tests/examples/gio-async.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-async.test
+++ b/tests/examples/gio-async.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-binary-sample.test b/tests/examples/gio-binary-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-binary-sample.test
+++ b/tests/examples/gio-binary-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-channel.test b/tests/examples/gio-channel.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-channel.test
+++ b/tests/examples/gio-channel.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-file-operations.test b/tests/examples/gio-file-operations.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-file-operations.test
+++ b/tests/examples/gio-file-operations.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-ls.test b/tests/examples/gio-ls.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-ls.test
+++ b/tests/examples/gio-ls.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-network-client-async.test b/tests/examples/gio-network-client-async.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-network-client-async.test
+++ b/tests/examples/gio-network-client-async.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-network-client.test b/tests/examples/gio-network-client.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-network-client.test
+++ b/tests/examples/gio-network-client.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-sample.test b/tests/examples/gio-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-sample.test
+++ b/tests/examples/gio-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gio-server.test b/tests/examples/gio-server.test
index 0174331..8c65445 100755
--- a/tests/examples/gio-server.test
+++ b/tests/examples/gio-server.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gnome-desktop-and-menu.test b/tests/examples/gnome-desktop-and-menu.test
index 0174331..8c65445 100755
--- a/tests/examples/gnome-desktop-and-menu.test
+++ b/tests/examples/gnome-desktop-and-menu.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-combination.test b/tests/examples/gsl-combination.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-combination.test
+++ b/tests/examples/gsl-combination.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-eigen-system.test b/tests/examples/gsl-eigen-system.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-eigen-system.test
+++ b/tests/examples/gsl-eigen-system.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-function.test b/tests/examples/gsl-function.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-function.test
+++ b/tests/examples/gsl-function.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-integration.test b/tests/examples/gsl-integration.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-integration.test
+++ b/tests/examples/gsl-integration.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-least-squares-fitting.test b/tests/examples/gsl-least-squares-fitting.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-least-squares-fitting.test
+++ b/tests/examples/gsl-least-squares-fitting.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-linear-algebra.test b/tests/examples/gsl-linear-algebra.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-linear-algebra.test
+++ b/tests/examples/gsl-linear-algebra.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-monte-carlo-integration.test b/tests/examples/gsl-monte-carlo-integration.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-monte-carlo-integration.test
+++ b/tests/examples/gsl-monte-carlo-integration.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-multidimensional.test b/tests/examples/gsl-multidimensional.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-multidimensional.test
+++ b/tests/examples/gsl-multidimensional.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-random.test b/tests/examples/gsl-random.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-random.test
+++ b/tests/examples/gsl-random.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gsl-stats.test b/tests/examples/gsl-stats.test
index 0174331..8c65445 100755
--- a/tests/examples/gsl-stats.test
+++ b/tests/examples/gsl-stats.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gstreamer-audio-player.test b/tests/examples/gstreamer-audio-player.test
index e9ebbf3..85d72b7 100755
--- a/tests/examples/gstreamer-audio-player.test
+++ b/tests/examples/gstreamer-audio-player.test
@@ -2,4 +2,4 @@
#FIXME, have a timeout in test for instance
TESTRUN=interact
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gstreamer-square-beep.test b/tests/examples/gstreamer-square-beep.test
index 99012d4..12f4d7f 100755
--- a/tests/examples/gstreamer-square-beep.test
+++ b/tests/examples/gstreamer-square-beep.test
@@ -2,4 +2,4 @@
#FIXME use num-buffers on source element, for instance
TESTRUN=interact
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gstreamer-videotest.test b/tests/examples/gstreamer-videotest.test
index 0174331..8c65445 100755
--- a/tests/examples/gstreamer-videotest.test
+++ b/tests/examples/gstreamer-videotest.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-builder-sample.test b/tests/examples/gtk-builder-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-builder-sample.test
+++ b/tests/examples/gtk-builder-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-filechooser.test b/tests/examples/gtk-filechooser.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-filechooser.test
+++ b/tests/examples/gtk-filechooser.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-hello.test b/tests/examples/gtk-hello.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-hello.test
+++ b/tests/examples/gtk-hello.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-search-dialog.test b/tests/examples/gtk-search-dialog.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-search-dialog.test
+++ b/tests/examples/gtk-search-dialog.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-sync-sample.test b/tests/examples/gtk-sync-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-sync-sample.test
+++ b/tests/examples/gtk-sync-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-text-viewer.test b/tests/examples/gtk-text-viewer.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-text-viewer.test
+++ b/tests/examples/gtk-text-viewer.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-treeview-listsample.test b/tests/examples/gtk-treeview-listsample.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-treeview-listsample.test
+++ b/tests/examples/gtk-treeview-listsample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-treeview-liststore.test b/tests/examples/gtk-treeview-liststore.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-treeview-liststore.test
+++ b/tests/examples/gtk-treeview-liststore.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-treeview-treestore.test b/tests/examples/gtk-treeview-treestore.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-treeview-treestore.test
+++ b/tests/examples/gtk-treeview-treestore.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/gtk-valawidget.test b/tests/examples/gtk-valawidget.test
index 0174331..8c65445 100755
--- a/tests/examples/gtk-valawidget.test
+++ b/tests/examples/gtk-valawidget.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/hildon-sample.test b/tests/examples/hildon-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/hildon-sample.test
+++ b/tests/examples/hildon-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/input-character.test b/tests/examples/input-character.test
index 133a552..833bf95 100755
--- a/tests/examples/input-character.test
+++ b/tests/examples/input-character.test
@@ -1,6 +1,6 @@
#!/bin/bash
TESTRUN=skip
-. common.sh
+. test-common.sh
echo 1 2 0 | sh -c "./$TESTNAME $TESTARGS $@"
\ No newline at end of file
diff --git a/tests/examples/input-readline.test b/tests/examples/input-readline.test
index 0174331..8c65445 100755
--- a/tests/examples/input-readline.test
+++ b/tests/examples/input-readline.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/input-scanf.test b/tests/examples/input-scanf.test
index 0174331..8c65445 100755
--- a/tests/examples/input-scanf.test
+++ b/tests/examples/input-scanf.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/input-stdin-line.test b/tests/examples/input-stdin-line.test
index 0174331..8c65445 100755
--- a/tests/examples/input-stdin-line.test
+++ b/tests/examples/input-stdin-line.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/input-stdin.test b/tests/examples/input-stdin.test
index 0174331..8c65445 100755
--- a/tests/examples/input-stdin.test
+++ b/tests/examples/input-stdin.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/json-google-translator.test b/tests/examples/json-google-translator.test
index 0174331..8c65445 100755
--- a/tests/examples/json-google-translator.test
+++ b/tests/examples/json-google-translator.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/json-sample.test b/tests/examples/json-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/json-sample.test
+++ b/tests/examples/json-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/libxml2.test b/tests/examples/libxml2.test
index 0174331..8c65445 100755
--- a/tests/examples/libxml2.test
+++ b/tests/examples/libxml2.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/list.test b/tests/examples/list.test
index 0174331..8c65445 100755
--- a/tests/examples/list.test
+++ b/tests/examples/list.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/lm-send-async.test b/tests/examples/lm-send-async.test
index 0174331..8c65445 100755
--- a/tests/examples/lm-send-async.test
+++ b/tests/examples/lm-send-async.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/lm-send-sync.test b/tests/examples/lm-send-sync.test
index 0174331..8c65445 100755
--- a/tests/examples/lm-send-sync.test
+++ b/tests/examples/lm-send-sync.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/lua-table.test b/tests/examples/lua-table.test
index 0174331..8c65445 100755
--- a/tests/examples/lua-table.test
+++ b/tests/examples/lua-table.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/lua-test.test b/tests/examples/lua-test.test
index 0174331..8c65445 100755
--- a/tests/examples/lua-test.test
+++ b/tests/examples/lua-test.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/markup-parser.test b/tests/examples/markup-parser.test
index 0174331..8c65445 100755
--- a/tests/examples/markup-parser.test
+++ b/tests/examples/markup-parser.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/number-guessing.test b/tests/examples/number-guessing.test
index 0174331..8c65445 100755
--- a/tests/examples/number-guessing.test
+++ b/tests/examples/number-guessing.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/opengl-glfw.test b/tests/examples/opengl-glfw.test
index 0174331..8c65445 100755
--- a/tests/examples/opengl-glfw.test
+++ b/tests/examples/opengl-glfw.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/opengl-glut.test b/tests/examples/opengl-glut.test
index 0174331..8c65445 100755
--- a/tests/examples/opengl-glut.test
+++ b/tests/examples/opengl-glut.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/opengl-glx.test b/tests/examples/opengl-glx.test
index 0174331..8c65445 100755
--- a/tests/examples/opengl-glx.test
+++ b/tests/examples/opengl-glx.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/opengl-gtkglext-spot.test b/tests/examples/opengl-gtkglext-spot.test
index 0174331..8c65445 100755
--- a/tests/examples/opengl-gtkglext-spot.test
+++ b/tests/examples/opengl-gtkglext-spot.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/opengl-gtkglext.test b/tests/examples/opengl-gtkglext.test
index 0174331..8c65445 100755
--- a/tests/examples/opengl-gtkglext.test
+++ b/tests/examples/opengl-gtkglext.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/panel-applet-advanced.test b/tests/examples/panel-applet-advanced.test
index 0174331..8c65445 100755
--- a/tests/examples/panel-applet-advanced.test
+++ b/tests/examples/panel-applet-advanced.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/panel-applet-simple.test b/tests/examples/panel-applet-simple.test
index 0174331..8c65445 100755
--- a/tests/examples/panel-applet-simple.test
+++ b/tests/examples/panel-applet-simple.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/pango-cairo.test b/tests/examples/pango-cairo.test
index 0174331..8c65445 100755
--- a/tests/examples/pango-cairo.test
+++ b/tests/examples/pango-cairo.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/poppler-sample.test b/tests/examples/poppler-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/poppler-sample.test
+++ b/tests/examples/poppler-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/postgresql.test b/tests/examples/postgresql.test
index 0174331..8c65445 100755
--- a/tests/examples/postgresql.test
+++ b/tests/examples/postgresql.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/preprocessor.test b/tests/examples/preprocessor.test
index 0174331..8c65445 100755
--- a/tests/examples/preprocessor.test
+++ b/tests/examples/preprocessor.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/properties-construction.test b/tests/examples/properties-construction.test
index 0174331..8c65445 100755
--- a/tests/examples/properties-construction.test
+++ b/tests/examples/properties-construction.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/properties.test b/tests/examples/properties.test
index 0174331..8c65445 100755
--- a/tests/examples/properties.test
+++ b/tests/examples/properties.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/sdl-sample.test b/tests/examples/sdl-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/sdl-sample.test
+++ b/tests/examples/sdl-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/signals.test b/tests/examples/signals.test
index 0174331..8c65445 100755
--- a/tests/examples/signals.test
+++ b/tests/examples/signals.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/soup-http-request.test b/tests/examples/soup-http-request.test
index 0174331..8c65445 100755
--- a/tests/examples/soup-http-request.test
+++ b/tests/examples/soup-http-request.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/soup-http-server.test b/tests/examples/soup-http-server.test
index 0174331..8c65445 100755
--- a/tests/examples/soup-http-server.test
+++ b/tests/examples/soup-http-server.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/soup-twitter.test b/tests/examples/soup-twitter.test
index 0174331..8c65445 100755
--- a/tests/examples/soup-twitter.test
+++ b/tests/examples/soup-twitter.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/sqlite.test b/tests/examples/sqlite.test
index 0174331..8c65445 100755
--- a/tests/examples/sqlite.test
+++ b/tests/examples/sqlite.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/string.test b/tests/examples/string.test
index 0174331..8c65445 100755
--- a/tests/examples/string.test
+++ b/tests/examples/string.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/test-gtk.test b/tests/examples/test-gtk.test
index 0174331..8c65445 100755
--- a/tests/examples/test-gtk.test
+++ b/tests/examples/test-gtk.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/test-simple.test b/tests/examples/test-simple.test
index 0174331..8c65445 100755
--- a/tests/examples/test-simple.test
+++ b/tests/examples/test-simple.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/threading-philosophers.test b/tests/examples/threading-philosophers.test
index 0174331..8c65445 100755
--- a/tests/examples/threading-philosophers.test
+++ b/tests/examples/threading-philosophers.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/threading-simple.test b/tests/examples/threading-simple.test
index 0174331..8c65445 100755
--- a/tests/examples/threading-simple.test
+++ b/tests/examples/threading-simple.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/tiff.test b/tests/examples/tiff.test
index 0174331..8c65445 100755
--- a/tests/examples/tiff.test
+++ b/tests/examples/tiff.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/time.test b/tests/examples/time.test
index 0174331..8c65445 100755
--- a/tests/examples/time.test
+++ b/tests/examples/time.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/type-modules-interface.test b/tests/examples/type-modules-interface.test
index 0174331..8c65445 100755
--- a/tests/examples/type-modules-interface.test
+++ b/tests/examples/type-modules-interface.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/type-modules-main.test b/tests/examples/type-modules-main.test
index 0174331..8c65445 100755
--- a/tests/examples/type-modules-main.test
+++ b/tests/examples/type-modules-main.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/type-modules-myplugin.test b/tests/examples/type-modules-myplugin.test
index 0174331..8c65445 100755
--- a/tests/examples/type-modules-myplugin.test
+++ b/tests/examples/type-modules-myplugin.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/value.test b/tests/examples/value.test
index 0174331..8c65445 100755
--- a/tests/examples/value.test
+++ b/tests/examples/value.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/webkit-sample.test b/tests/examples/webkit-sample.test
index 0174331..8c65445 100755
--- a/tests/examples/webkit-sample.test
+++ b/tests/examples/webkit-sample.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
diff --git a/tests/examples/zlib.test b/tests/examples/zlib.test
index 0174331..8c65445 100755
--- a/tests/examples/zlib.test
+++ b/tests/examples/zlib.test
@@ -1,3 +1,3 @@
#!/bin/bash
-. common.sh
+. test-common.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]