summaryrefslogtreecommitdiff
path: root/insanity/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'insanity/config.py')
-rw-r--r--insanity/config.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/insanity/config.py b/insanity/config.py
new file mode 100644
index 0000000..2398756
--- /dev/null
+++ b/insanity/config.py
@@ -0,0 +1,26 @@
+# GStreamer QA system
+#
+# config.py
+#
+# Copyright (c) 2012 Collabora Ltd.
+# Author: Sebastian Droege <sebastian.droege@collabora.co.uk>
+#
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
+class Config:
+ test_dir = '/usr/local/libexec/insanity-1.0'
+