1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Memory Library Unit-testing
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_MEMORY_TEST_H
14 #define EXTL_MEMORY_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
19 #include "../memory.h"
21 #ifdef EXTL_MEMORY_SCOPED_BUFFER_TEST_ENABLE
22 # include "scoped_buffer_test.h"
25 /* //////////////////////////////////////////////////////////////////// */
26 #endif /* EXTL_MEMORY_TEST_H */
27 /* //////////////////////////////////////////////////////////////////// */