tests|lib: remove assert.h includes
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 18:27:04 +0000 (19:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 18:39:46 +0000 (19:39 +0100)
commit0e22f14ed642af94db5f0dd7461920274be3361a
tree9330d305d9138437634c84721e30671aa4ecd9db
parentbff22f7317a39605d53cf142e2c0f5c424d9c12c
tests|lib: remove assert.h includes

Only the igt core and non-test tools should have asserts to catch
internal errors, tests and helper libraries should all user igt_asert
instead.

Fix things up where assert instead of igt_assert was used.

One tiny step towards header sanity.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
22 files changed:
lib/drmtest.c
lib/drmtest.h
lib/igt_core.c
lib/igt_kms.c
lib/intel_batchbuffer.h
lib/ioctl_wrappers.c
lib/media_fill.h
tests/drv_suspend.c
tests/gem_ctx_basic.c
tests/gem_fence_thrash.c
tests/gem_media_fill.c
tests/gem_render_copy.c
tests/gem_render_linear_blits.c
tests/gem_render_tiled_blits.c
tests/gem_storedw_batches_loop.c
tests/gem_stress.c
tests/gem_wait_render_timeout.c
tests/igt_simulation.c
tests/kms_setmode.c
tests/pm_rps.c
tests/testdisplay.c
tools/intel_l3_parity.c