remove \r
[extl.git] / extl / synch / test / test.h
blob4e8e2314d5a8456715ffda4064d700db9a7ef1f2
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: test.h
4 * Created: 08.11.24
5 * Updated: 08.11.24
7 * Brief: The Synchronization Library Unit-testing
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_SYNCH_TEST_H
14 #define EXTL_SYNCH_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "../synch.h"
21 #ifdef EXTL_SYNCH_LOCK_TEST_ENABLE
22 # include "scoped_lock_test.h"
23 # include "null_lock_test.h"
24 # include "atomic_traits_test.h"
25 #endif
27 /* //////////////////////////////////////////////////////////////////// */
28 #endif /* EXTL_SYNCH_TEST_H */
29 /* //////////////////////////////////////////////////////////////////// */