remove \r
[extl.git] / extl / platform_ / unix / synch / test / test.h
bloba54c864c6cfef1dc307bc12bcee73d7eec9c7455
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: test.h
4 * Created: 08.11.24
5 * Updated: 08.11.24
7 * Brief: The Unit-testing
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PLATFORM_WINDOWS_SYNCH_TEST_H
14 #define EXTL_PLATFORM_WINDOWS_SYNCH_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "../synch.h"
21 #ifdef EXTL_SYNCH_LOCK_TEST_ENABLE
22 # include "event_lock_test.h"
23 # include "mutex_lock_test.h"
24 # include "semaphore_lock_test.h"
25 # include "critical_section_lock_test.h"
26 #endif
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_PLATFORM_WINDOWS_SYNCH_TEST_H */
30 /* //////////////////////////////////////////////////////////////////// */