1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Unit-testing
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 /* ///////////////////////////////////////////////////////////////////////
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"
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_PLATFORM_WINDOWS_SYNCH_TEST_H */
30 /* //////////////////////////////////////////////////////////////////// */