#define NP_ASSERT_EQUAL ( a,
 ) 

Value:

do { \
        long long _a = (a), _b = (b); \
        if (!(_a == _b)) \
            __np_assert_failed(__FILE__, __LINE__, \
            "NP_ASSERT_EQUAL(" #a "=%lld, " #b "=%lld)", _a, _b); \
    } while(0)
Test that two signed integers are equal, otherwise FAIL the test.


Generated on Tue Jan 29 15:58:43 2013 for NovaProva by  doxygen 1.5.8