mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Put the GstValidate testsuite version in the launcher config
This way testsuite implementation can have the information
This commit is contained in:
parent
d14564fd84
commit
2b5db0c092
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,14 @@ dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(Gst-Validate, 1.5.2.1,
|
AC_INIT(Gst-Validate, 1.5.2.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-validate)
|
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
|
AG_GST_INIT
|
||||||
|
|
||||||
dnl initialize automake
|
dnl initialize automake
|
||||||
|
|
|
@ -19,3 +19,4 @@
|
||||||
|
|
||||||
LIBDIR = '@LIBDIR@'
|
LIBDIR = '@LIBDIR@'
|
||||||
DATADIR = '@DATADIR@'
|
DATADIR = '@DATADIR@'
|
||||||
|
GST_VALIDATE_TESTSUITE_VERSION = '@GST_VALIDATE_TESTSUITE_VERSION@'
|
||||||
|
|
Loading…
Reference in a new issue