File: mpt_tests_format.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 (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

#include "stdafx.h"

#ifdef ENABLE_TESTS

#include "mpt/format/tests/tests_format_message.hpp"
#include "mpt/format/tests/tests_format_simple.hpp"

#endif