File: mpt_tests_endian.cpp

package info (click to toggle)
libopenmpt 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,844 kB
  • sloc: cpp: 129,441; sh: 4,695; ansic: 1,107; makefile: 712
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

#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