2008-02-16から1日間の記事一覧

続 runテストを再実行する方法

昨日のよりもっと簡単な方法を見つけました。 import notfile ; import testing ; unit-test hello : hello.cpp ; notfile rm-temps : @testing.RmTemps : hello ; notfileは名前の通りファイルでないターゲットを作成するルールで、testing.RmTempsはソース…

BBv2 Tutorial その1

BBv2のTutorialを書き始めました。 bbv2-tutorial.xml 最初の例題はこれ。 EXIT Hello, world! ;