mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 21:01:30 -05:00
13 lines
368 B
C++
13 lines
368 B
C++
|
|
#include "stdafx.h"
|
|
|
|
#ifdef ENABLE_TESTS
|
|
|
|
#include "mpt/base/tests/tests_base_arithmetic_shift.hpp"
|
|
#include "mpt/base/tests/tests_base_bit.hpp"
|
|
#include "mpt/base/tests/tests_base_math.hpp"
|
|
#include "mpt/base/tests/tests_base_saturate_cast.hpp"
|
|
#include "mpt/base/tests/tests_base_saturate_round.hpp"
|
|
#include "mpt/base/tests/tests_base_wrapping_divide.hpp"
|
|
|
|
#endif
|