tests: never disable g_assert() and cast checks for the unit tests
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Jan 2011 01:11:02 +0000 (01:11 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 7 Jan 2011 01:11:02 +0000 (01:11 +0000)
commit8f501521c76e47b5029df253072c706550b25ec3
tree806120e5ae34c45c98734ca256ef63e74354c408
parent4decc3aaea1cf927fa22529960cfe89aba6644cd
tests: never disable g_assert() and cast checks for the unit tests

The unit tests are riddled with g_assert() and friends, make sure we
don't disable assert and cast checks for the unit tests even if
this has been specified for the rest of the code base, e.g. via
--disable-glib-asserts.
tests/check/Makefile.am