[aravis] tests: add a launcher for the javascript examples.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] tests: add a launcher for the javascript examples.
- Date: Thu, 21 Apr 2011 20:04:12 +0000 (UTC)
commit 61a29f1035a72a700c3e1f71134f5fb6e0449ec7
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Thu Apr 21 17:11:47 2011 +0200
tests: add a launcher for the javascript examples.
tests/js/launch | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tests/js/arv-camera-test.js b/tests/js/arv-camera-test.js
old mode 100755
new mode 100644
diff --git a/tests/js/arv-evaluator-test.js b/tests/js/arv-evaluator-test.js
old mode 100755
new mode 100644
diff --git a/tests/js/arv-fake-test.js b/tests/js/arv-fake-test.js
old mode 100755
new mode 100644
diff --git a/tests/js/launch b/tests/js/launch
new file mode 100755
index 0000000..8a7ef4a
--- /dev/null
+++ b/tests/js/launch
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:../../src
+export LD_LIBRARY_PATH=../../src/.libs
+
+gjs $*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]