verbose errors

This commit is contained in:
Ilya Lavrenov
2014-04-16 18:50:23 +04:00
parent f3c56f8310
commit 2cd7a913ed
7 changed files with 49 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
#define CHECK_IPP_STATUS \
do \
{ \
EXPECT_LE(0, getIppStatus()); \
EXPECT_LE(0, getIppStatus()) << getIppErrorLocation().c_str(); \
} while ((void)0, 0)
#undef TEST