check: use globbing for selective test invocation via GST_CHECKS
authorStefan Kost <ensonic@users.sf.net>
Sun, 6 Jun 2010 20:19:58 +0000 (23:19 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sun, 6 Jun 2010 20:19:58 +0000 (23:19 +0300)
commit6ea0bdadd5f22ae39dca55d62c5e7560962d09a5
tree9ac2f1ac1d5fe2ae32b423bbcbb769ebd04a4d8a
parent94ed3c370aa49d0430768e52936878458973478e
check: use globbing for selective test invocation via GST_CHECKS

Use glib globbing instead of simple string matching to allow e.g.
GST_CHECKS="test_inter*" make gst/gstcaps.check
libs/gst/check/gstcheck.c