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

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

Jenga/common/String.hに対するテストを追加

File size: 386 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.