エンジニアのソフトウェア的愛情

または私は如何にして心配するのを止めてプログラムを・愛する・ようになったか

Google Test 1.6.0 RCがでたみたいですね

昨日Googleグループにポストがありました。近日中にリリースするつもりなので、ダウンロードして試してみて問題がでないか連絡して、とのこと。

Dear users of Google Test,
We plan to release Google Test 1.6.0 in the next few days. We need
your help to make it successful.
I've uploaded a release candidate to
http://code.google.com/p/googletest/downloads/detail?name=gtest-1.6.0-rc.zip
-- please download it, try it, and report any problems (patches are
even better), especially if your platform isn't official supported
(i.e. anything outside of Windows, Mac OS X, and Linux). I have only
had time to test it on Linux.
Thanks,
--
Zhanyong



Google グループ


テストを実行するには、ダウンロードしたzipファイルを展開して、展開してできたフォルダに入って次のコマンドを実行すればいいようです。ただし、要CMake。

mkdir cmake-build && cd cmake-build 
cmake .. -Dgtest_build_tests=ON -Dgtest_build_samples=ON 
make && make test 


Mac OS X 10.5 (PowerPC G4) でためしたら、ひとつエラー発生。
とりあえず報告した。またもつたない英語で。…通じてくれるといいんだけど…。