gtester: Count inability to run a test in a binary as a failure
authorBenjamin Otte <otte@gnome.org>
Mon, 18 Jul 2011 12:10:35 +0000 (14:10 +0200)
committerBenjamin Otte <otte@gnome.org>
Mon, 18 Jul 2011 12:10:35 +0000 (14:10 +0200)
commit75b30dc51c3926392483094a6228a3646a43e798
treea58580a413eae9456f5330e65c1fa9ebdbebf96e
parent4a25d6002341df796e13643695478a4ecb4c7a49
gtester: Count inability to run a test in a binary as a failure

Previously, when a binary did not run a single test - for whatever
reason, from the binary not existing to the binary not using the gtester
framework - no failures were recorded. Now we record a non-successful
run of a binary that did not start any tests as a failure, too.

Note that this does not change the behavior of any binaries that exit
successfully or that report the start of any gtester test.
glib/gtester.c