File: mpt_tests_base.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 (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#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_numeric.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