1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Synchronization Library Unit-testing
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_SYNCH_TEST_H
14 #define EXTL_SYNCH_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
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"
27 /* //////////////////////////////////////////////////////////////////// */
28 #endif /* EXTL_SYNCH_TEST_H */
29 /* //////////////////////////////////////////////////////////////////// */