polyspace.test.run
Description
runs a test executable generated from the tests and build configuration of the project testResults=polyspace.test.run(proj)proj.
If the test executable does not exist, Polyspace builds the executable and then runs it.
If an error occurs during the test build, the function throws an exception of type
polyspace.ErrorWithLog. (since R2026a)
runs a test executable generated from the tests and build configuration of the project testResults=polyspace.test.run(proj, otherOptions)proj. You can optionally overwrite some of the default project options.