polyspace-test -manage-target-package
(System Command) Register, list, configure or otherwise manage target packages for test execution or code profiling on targets
Since R2023b
Syntax
Description
The system command polyspace-test -manage-target-package registers, lists, configures or otherwise manages target packages for execution of C/C++ tests on target boards.
polyspace-test -manage-target-package -list Board lists the names of boards registered with Polyspace®
Test™.
polyspace-test -manage-target-package -list Toolchain lists the names of toolchains registered with Polyspace
Test.
polyspace-test -manage-target-package -list Processor lists the names of processors registered with Polyspace
Test.
polyspace-test -manage-target-package registers an execution target using the custom target registration file -register-from-file <registrationFile><registrationFile>. Once a target is registered, you can use board and toolchain names from the target with project build options such as -board and -toolchain. For more information, see polyspace-test -build.
polyspace-test -manage-target-package unregisters components in a previously registered target using the custom target unregistration file -unregister-from-file <unregistrationFile><unRegistrationFile>.
polyspace-test -manage-target-package -remove Board removes a previously registered board -name <boardName><boardName> and all associated components.
polyspace-test -manage-target-package -remove Toolchain removes a previously registered toolchain -name <toolchainName><toolchainName> and all associated components.
polyspace-test -manage-target-package -remove Processor removes a previously registered processor -name <processorName><processorName> and all associated components.
polyspace-test -manage-target-package lists all reconfigurable properties of the previously registered board -config <boardName> boardName along with their current values.
polyspace-test -manage-target-package sets the property -config <boardName> -set <boardProperty>=<boardPropertyValue><boardProperty> of the previously registered board <boardName> to <boardPropertyValue>, and then prints the updated list of reconfigurable properties of the target.
Examples
Input Arguments
Version History
Introduced in R2023b