mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
check: Fix doc of GST_CHECKS and GST_CHECKS_IGNORE
https://bugzilla.gnome.org/show_bug.cgi?id=743335
This commit is contained in:
parent
ee3db74ec4
commit
1b472377c8
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
||||||
* These macros and functions are for internal use of the unit tests found
|
* These macros and functions are for internal use of the unit tests found
|
||||||
* inside the 'check' directories of various GStreamer packages.
|
* inside the 'check' directories of various GStreamer packages.
|
||||||
*
|
*
|
||||||
* One notable feature is that one can use the environment variables GST_CHECK
|
* One notable feature is that one can use the environment variables GST_CHECKS
|
||||||
* and GST_CHECK_IGNORE to select which tests to run or skip. Both variables
|
* and GST_CHECKS_IGNORE to select which tests to run or skip. Both variables
|
||||||
* can contain a comman separated list of test name globs (e.g. test_*).
|
* can contain a comman separated list of test name globs (e.g. test_*).
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue