mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-13 16:41:48 +08:00
13 lines
158 B
C
13 lines
158 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define TEST_UI 1
|
|
|
|
#define TEST_SKIP_LOGIN 1
|
|
|
|
#define TEST_NETWORK 1
|
|
|
|
#define TEST_GROUP_SESSION_DETAIL 1
|
|
|
|
#endif // DEBUG_H
|