Cog/Frameworks/OpenMPT/OpenMPT/test/mpt_tests_endian.cpp
Christopher Snowhill dfa5f41984
Updated libOpenMPT to version 0.7
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2023-05-04 18:20:54 -07:00

10 lines
214 B
C++

#include "stdafx.h"
#ifdef ENABLE_TESTS
#include "mpt/endian/tests/tests_endian_floatingpoint.hpp"
#include "mpt/endian/tests/tests_endian_int24.hpp"
#include "mpt/endian/tests/tests_endian_integer.hpp"
#endif