examples ディレクトリにはサンプルファイルがあります。
[詳細]
examples ディレクトリにはサンプルファイルがあります。
- complex - 複素数を計算するライブラリとそのテストケースのサンプルです。
- libcomplex.a - complex number library
- runTestCase - もっとも単純なテストケースを実行するサンプルです。
- runTestCase.c - main program
- testComplex.c - test cases
- runTestCaseRunner - テストケースをテストランナーで実行するサンプルです。
- runTestCaseRunner.c - main program
- testComplex.c - test cases
- runTestCaseSetup - セットアップ関数を実行するサンプルです。
- runTestCaseSetup.c - main program
- testComplexSetup.c - test cases
- runTestSuite - テストスイートのサンプルです。
- runTestSuite.c - main program
- testComplexSetup.c - test cases
- testComplexArith.c - test cases
- runTestSuiteAuto - テストスイートを自動生成するサンプルです。
- runTest.c - main program
- testComplexSetup.c - test cases
- testComplexArith.c - test cases
- suiteTestComplex.c - auto generated test suite.