mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 14:01:01 -05:00
10 lines
163 B
C++
10 lines
163 B
C++
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef ENABLE_TESTS
|
||
|
|
||
|
#include "mpt/endian/tests/tests_endian_floatingpoint.hpp"
|
||
|
#include "mpt/endian/tests/tests_endian_integer.hpp"
|
||
|
|
||
|
#endif
|