.autotestを書き換えるたびに思い出すのに苦労するのでまとめておきます。

|caption=Hook List of autotest
|
|hook name,when does it happen?
|
|:initialize, 起動直後
|:interrupt, INT割り込み発生時
|:reset, 初期化の後およびING割り込み時の初期化が完了した後
|:run_command,テストの実行前
|:ran_command,テスト完了時
|:all_good, INTによる全体テストが成功裏に完了した場合
|:waiting, テスト実行完了後にsleepする直前
|:quit, 終了時

posted by genki genki on Tue 16 Sep 2008 at 08:16 with 0 comments