xunit

google test (gtest) のインストール

ソースコードを svn リポジトリーからひっぱってきて、ホームディレクトリーの local 以下に gtest の include と lib を配置する一連のコマンド。: $ svn checkout\ http://googletest.googlecode.com/svn/trunk/\ googletest-read-only\ # clone newest go…