lib: Don't put functional code into asserts
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Dec 2013 12:07:28 +0000 (13:07 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Dec 2013 12:07:28 +0000 (13:07 +0100)
commit26b336f81128b6c51e2757381c19d8cdf0b2c369
treed2eb26d3c9c63ab8bf692686de3143cd43dc25ee
parent38354ec4d890c384b5d91738f955ed6aed6d0c1c
lib: Don't put functional code into asserts

Android apparently compiles with NDEBUG. Which is strongly advised
against, since the big pile of asserts mostly check correct usage of
the helper code in testcases.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/drmtest.c