タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

cとtestingに関するyujioramaのブックマーク (2)

  • C言語・C++言語用テスティングフレームワーク - Cutter

    最新リリース 2019-09-13にリリースされた1.2.7が最新です。 [ダウンロード] [変更点] Cutterとは Cutterは書きやすさ・デバッグのしやすさを重視したC言語・C++言語用のテスティングフレームワークです。メンテナンスしやすく、利用効果の高い単体テスト(ユニットテスト)の開発を支援します。 また、テストを苦痛ではなく、楽しいものにすることも重視しています。スクリーンショットはテスト結果の通知機能を利用している様子です。文字としてテストのパス・失敗を伝えるだけではなく、視覚的にも通知することで、テスト結果をわかりやすくします。わかりやすいので、頻繁にテストを実行したくなります。この機能はnotify-sendコマンド(Linuxや*BSDなどの場合)またはgrowlnotifyコマンド(macOSの場合)を利用します。 動作環境 CutterはDebian GNU/L

    yujiorama
    yujiorama 2011/12/09
    同じく共有ライブラリ化したフレームワークを自作して放置してる
  • Test-Driven Development for Embedded C

    About This Title Pages: 354 Published: April 2011 ISBN: 9781934356623 In Print Test-Driven Development for Embedded C by James W. Grenning Still chasing bugs and watching your code deteriorate? Think TDD is only for desktop or web apps? It’s not: TDD is for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the

    Test-Driven Development for Embedded C
    yujiorama
    yujiorama 2011/04/13
    James Grenning さん
  • 1