check.mak: add 'make foo/bar.check-norepeat' option
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Mar 2012 12:33:13 +0000 (12:33 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Mar 2012 12:33:13 +0000 (12:33 +0000)
commitbb15f1a28b56d86380ed113cab88ed596b1ad452
tree605826b6d31c21cb8ca1bb658dfaa3c722b152c7
parentd4f33651dc6ded8aba160182749a1ea1797775d2
check.mak: add 'make foo/bar.check-norepeat' option

When debugging specific test case failures, we dont' want the
test to be run again with GST_DEBUG=*:2, that just clutters
the log and makes everything more complicated.

Add foo/bar.check-norepeat target to run the test exactly
once and stop when it fails.
check.mak