rename ASSERT_ERROR to ASSERT_STATUS

add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
This commit is contained in:
hathach
2013-01-13 19:27:17 +07:00
parent 6e0818c901
commit 463b1c0294
13 changed files with 560 additions and 325 deletions
+1 -1
View File
@@ -52,5 +52,5 @@ void test_always_succeed()
void test_always_fail()
{
TEST_FAIL();
TEST_IGNORE();
}