aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/test/mpt_tests_endian.cpp
blob: 409329aba15e7d7c9ef3d380785af96d44c8f964 (plain) (blame)
1
2
3
4
5
6
7
8
9

#include "stdafx.h"

#ifdef ENABLE_TESTS

#include "mpt/endian/tests/tests_endian_floatingpoint.hpp"
#include "mpt/endian/tests/tests_endian_integer.hpp"

#endif