summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2015-08-20 16:35:15 +0200
committerThibault Saunier <thibault.saunier@collabora.com>2015-08-21 10:36:56 +0200
commit2b5db0c092f273268582e01fd726c54bf5a74ecf (patch)
tree477c51f8d352997fcc777bc01360228c45d155b6
parentd14564fd84b873db9621254b7f45413aed6bfba5 (diff)
validate: Put the GstValidate testsuite version in the launcher config
This way testsuite implementation can have the information
-rw-r--r--validate/configure.ac8
-rw-r--r--validate/launcher/config.py.in1
2 files changed, 9 insertions, 0 deletions
diff --git a/validate/configure.ac b/validate/configure.ac
index 2db82ba..1659ac1 100644
--- a/validate/configure.ac
+++ b/validate/configure.ac
@@ -5,6 +5,14 @@ dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(Gst-Validate, 1.5.2.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
+
+dnl This is the version of the testsuite to use with the current version
+dnl of gst-validate. During development it should be "master"
+dnl during release cycle it should be the release version (1.6 in the 1.6
+dnl branch)
+GST_VALIDATE_TESTSUITE_VERSION="master"
+AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION)
+
AG_GST_INIT
dnl initialize automake
diff --git a/validate/launcher/config.py.in b/validate/launcher/config.py.in
index 5773522..5739c6e 100644
--- a/validate/launcher/config.py.in
+++ b/validate/launcher/config.py.in
@@ -19,3 +19,4 @@
LIBDIR = '@LIBDIR@'
DATADIR = '@DATADIR@'
+GST_VALIDATE_TESTSUITE_VERSION = '@GST_VALIDATE_TESTSUITE_VERSION@'