1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The String Library Unit-testing
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_STRING_TEST_H
14 #define EXTL_STRING_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
19 #include "../string.h"
21 #ifdef EXTL_STRING_ATTACHED_STRING_TEST_ENABLE
22 # include "attached_string_test.h"
25 #ifdef EXTL_STRING_SCOPED_STRING_TEST_ENABLE
26 # include "scoped_string_test.h"
29 #ifdef EXTL_STRING_STACK_STRING_TEST_ENABLE
30 # include "stack_string_test.h"
32 /* //////////////////////////////////////////////////////////////////// */
33 #endif /* EXTL_STRING_TEST_H */
34 /* //////////////////////////////////////////////////////////////////// */