remove \r
[extl.git] / extl / platform_ / windows / config / test.h
blob8ad8022bd9302d7e4fdadefd0743ed78fd2f1190
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: test.h
4 * Created: 08.11.24
5 * Updated: 08.11.24
7 * Brief: The Windows Unit-testing config
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PLATFORM_WINDOWS_CONFIG_TEST_H
14 #define EXTL_PLATFORM_WINDOWS_CONFIG_TEST_H
16 #ifndef EXTL_PLATFORM_WINDOWS_CONFIG_H
17 # error This file must be included of extl\platform\windows\config\config.h
18 #endif
20 /* ///////////////////////////////////////////////////////////////////////
21 * Unit testing
24 /* counter */
25 // #define EXTL_WINDOWS_COUNTER_TEST_ENABLE
27 /* //////////////////////////////////////////////////////////////////// */
28 #endif /* EXTL_PLATFORM_WINDOWS_CONFIG_TEST_H */
29 /* //////////////////////////////////////////////////////////////////// */