diff options
| author | chai <chaifix@163.com> | 2019-09-23 20:54:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-09-23 20:54:30 +0800 |
| commit | 37c24268780d376cd72528c814260a192e61823e (patch) | |
| tree | f2210ffca4086a5cc664394e8629da4fa861eb82 /src/configure.h | |
| parent | 0382bd8a03b82b9c154d896e819ee7fed24025eb (diff) | |
+ misc测试
Diffstat (limited to 'src/configure.h')
| -rw-r--r-- | src/configure.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure.h b/src/configure.h index 6289d19..96e0142 100644 --- a/src/configure.h +++ b/src/configure.h @@ -1,6 +1,7 @@ #ifndef _CONFIGURE_H_ #define _CONFIGURE_H_ +#define TEST_0 0 #define TEST_1 1 #define TEST_2 2 #define TEST_3 3 @@ -13,7 +14,7 @@ #define TEST_10 10 -#define BUILD_TEST TEST_2 +#define BUILD_TEST TEST_0 //----------------------------------------------------------------------------------------------------- |
