このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
生成コードのテスト
生成コード、手書きコード、および以前のリリースで生成されたコードを検証するテストを作成して実行できます。MATLAB ユニット テスト フレームワークを使用してモデルとコードをテストすることもできます。
関数
sltest.CodeImporter | Import C or C++ code into Simulink for testing (R2021a 以降) |
sltest.CodeImporter.SandboxSettings | Sandbox settings for C code testing (R2021a 以降) |
createSandbox | Create sandbox for C code unit testing (R2021a 以降) |
トピック
- Importing and Testing Custom C/C++ Code
You can test custom C or C++ code by importing it into Simulink® using the Code Importer wizard in the Test Manager or API commands at the MATLAB® command line. You can perform unit testing to test a subset of your C code or integration testing to test your complete C or C++ code. When you import your code, the code importer:
- Test Integrated Code
Test code integrated in a Simulink model using C Caller blocks or S-Functions.
- MATLAB ユニット テストを使用したモデルのテスト
MATLAB テスト スクリプトとのテストの統合。
- Use SIL/PIL to Verify Generated Code from an Earlier Release
Use generated code that was verified using SIL or PIL in a previous release to verify code in current release.
- Code Generation Verification Workflow with Simulink Test
Perform code generation verification for a model.
- Test Execution Order
Order in which models load, and test cases, iterations, and callbacks run.