remove \r
[extl.git] / extl / platform_ / windows / test / test.h
blob7dfc4b5d8dbadef12c781a151832d5fdce175392
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: test.h
4 * Created: 08.11.23
5 * Updated: 08.11.23
7 * Brief: The Windows Library Unit-testing
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PLATFORM_WINDOWS_TEST_H
14 #define EXTL_PLATFORM_WINDOWS_TEST_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "prefix.h"
20 #include "../counter/test/test.h"
21 #include "../synch/test/test.h"
23 /* //////////////////////////////////////////////////////////////////// */
24 #endif /* EXTL_PLATFORM_WINDOWS_TEST_H */
25 /* //////////////////////////////////////////////////////////////////// */