source: dev/trunk/ab5.0/abdev/ab-test/TestMain.cpp@ 829

Last change on this file since 829 was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=Shift_JIS
File size: 375 bytes
Line 
1/**
2@file TestMain.cpp
3
4@brief BOOST_TEST_MAIN付きで<boost/test/unit_test.hpp>を読み込むためのファイル。
5
6このファイルはプリコンパイルドヘッダ(stdafx.h)を用いない設定でコンパイルする必要がある。
7なぜなら、stdafx.hではBOOST_TEST_MAINを定義しない状態で<boost/test/unit_test.hpp>をインクルードしているためである。
8*/
9
10#define BOOST_TEST_MAIN
11#include <boost/test/unit_test.hpp>
Note: See TracBrowser for help on using the repository browser.