remove \r
[extl.git] / extl / memory / test / test.h
blob974a61ea1174cf13e8b0ffd7c09093c0cb9355f7
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: test.h
4 * Created: 08.12.24
5 * Updated: 08.12.24
7 * Brief: The Memory Library Unit-testing
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_MEMORY_TEST_H
14 #define EXTL_MEMORY_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "../memory.h"
21 #ifdef EXTL_MEMORY_SCOPED_BUFFER_TEST_ENABLE
22 # include "scoped_buffer_test.h"
23 #endif
25 /* //////////////////////////////////////////////////////////////////// */
26 #endif /* EXTL_MEMORY_TEST_H */
27 /* //////////////////////////////////////////////////////////////////// */