tests: never disable g_assert() and cast checks for the unit tests
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 00:08:11 +0000 (00:08 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 00:08:11 +0000 (00:08 +0000)
commita0449837456f12359267de4e653d9764e521db9e
tree1b0d6e77fd5fc2438cd033eb3438864fb3498451
parent3145eac5771e62084000d9585b6ccddf258b2186
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