configure: Don't mix glib and libcheck tests
commit4ec0263e2ccad312cbaff1aa12ace1721113c2f1
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 21 Nov 2011 16:00:37 +0000 (21 14:00 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 6 Dec 2011 13:40:00 +0000 (6 11:40 -0200)
tree27b4cb7c55ead6f8e823c7a291b54333fd46a7a5
parent1c1d46cc0bb66394feba2e37a6b0196021e8d736
configure: Don't mix glib and libcheck tests

test-coroutine is listed as a libcheck test in the 'checks' variable. This
is not right because 'make check' won't run test-coroutine if libcheck
tests are not enabled (either because libcheck isn't detected or because
--disable-check-utests is passed).

Tests using the glib test framework are independent from libcheck and
afaik are always present (although having a configure switch to disable
them is probably worth it).

Untangle test-coroutine from the libcheck tests by introducing the
'test_progs' variable and using it to generate the test list used by
'make check'.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
configure