check: Fix doc of GST_CHECKS and GST_CHECKS_IGNORE

https://bugzilla.gnome.org/show_bug.cgi?id=743335
This commit is contained in:
Heinrich Fink 2015-01-22 11:29:18 +01:00 committed by Matthew Waters
parent ee3db74ec4
commit 1b472377c8

View file

@ -27,8 +27,8 @@
* These macros and functions are for internal use of the unit tests found
* inside the 'check' directories of various GStreamer packages.
*
* One notable feature is that one can use the environment variables GST_CHECK
* and GST_CHECK_IGNORE to select which tests to run or skip. Both variables
* One notable feature is that one can use the environment variables GST_CHECKS
* 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_*).
*/
#ifdef HAVE_CONFIG_H