Last change
on this file since 820 was 818, checked in by イグトランス (egtra), 14 years ago |
Jenga/common/String.hに対するテストを追加
|
File size:
386 bytes
|
Rev | Line | |
---|
[818] | 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.