chore: replace YES/NO macros to 1/0
Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I40e31e82c33418019c1afc16ac174919e72fbb07
This commit is contained in:
@@ -64,7 +64,7 @@ typedef unsigned long iiUINT32;
|
||||
|
||||
#define TEST_MODE (FUNCTION_TEST)
|
||||
|
||||
#define TEST_LESSER_MEM NO
|
||||
#define TEST_LESSER_MEM 0
|
||||
|
||||
#define TEST_ADD_CASE(string, TestCase, TEST_POSIX, TEST_MEM, TEST_LEVEL0, TEST_FUNCTION) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user