chore: replace YES/NO macros to 1/0

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I40e31e82c33418019c1afc16ac174919e72fbb07
This commit is contained in:
Caoruihong
2021-11-16 01:27:06 +08:00
parent 07cab40473
commit bba832ea08
20 changed files with 53 additions and 73 deletions

View File

@@ -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 { \