build
Class: matlabtest.compiler.TestCase
Namespace: matlabtest.compiler
Syntax
Description
builds the deployed code artifact by using MATLAB®
Compiler SDK™ with the type buildResults
= build(testCase
,functionsToDeploy
,artifactType
)artifactType
from the MATLAB functions functionsToDeploy
in the equivalence test case
testCase
.
builds the deployed code artifact with the options and type specified by
buildResults
= build(testCase
,buildOptions
)buildOptions
.
preserves the build folder and its contents after a test failure.buildResults
= build(___,PreservingOnFailure=true)
Input Arguments
Output Arguments
Examples
Limitations
You cannot generate deployed code artifacts or test them for equivalence in MATLAB Online™.