OSDN Git Service

test: move ASSERT_NO_FAILURE macro to test.h
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 28 Sep 2016 20:36:01 +0000 (13:36 -0700)
committerSean V Kelley <seanvk@posteo.de>
Mon, 3 Oct 2016 18:30:09 +0000 (11:30 -0700)
commit8b876d6cd7ae8911bef38de673731556e300999f
tree4ba2f4d499bda5b84e6b87df63405602860109d5
parentfa3d1c3799c2633ff49fffb9dc6fc684e2db6565
test: move ASSERT_NO_FAILURE macro to test.h

Both jpeg decode and encode test files use this macro.
So move it to the common test.h header to avoid duplicating
it.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
test/i965_jpeg_decode_test.cpp
test/i965_jpeg_encode_test.cpp
test/test.h