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:35:08 +0000 (00:35 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 00:35:08 +0000 (00:35 +0000)
commitf6577d38907e7b79884da1a9c19ea9db585e73d9
tree82043121bad7b5e08ee4e46aacfd186c4446c0fb
parentd663748cd242715d4010f3bbf69c453e1c1dd770
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