Main Content

Project and File Management

R2026b
Manage projects and files for version control workflows

Manage a Polyspace® Platform project and its associated files to improve sharing, reuse, and integration with version control systems. For instance, you can organize your graphical tests in named collections called test suites, or create a workspace to group and manage related projects.

Modularize your Polyspace Platform project by saving components such as configurations and graphical tests in separate files that are linked to the project by reference. You can submit your Polyspace Platform project file to version control along with its sources and component files, or you can submit only the sources and project component files and use the Polyspace Python® API to create projects on demand from their component parts.

System Commands

expand all

polyspace-project -diff, polyspace-project -merge(System Command) Compare and merge Polyspace Platform projects, workspaces, configurations and tests before submission to source control

Polyspace Options

expand all

Include paths (-I)Specify paths to folders containing include files
Application source foldersAdd source folders to Polyspace Platform project (Since R2024a)
Application source filesAdd source files to Polyspace Platform project
Stub source foldersAdd stub source folders to Polyspace Platform project (Since R2026a)
Stub source filesAdd stub source files to Polyspace Platform project (Since R2026a)
Polyspace xUnit test foldersAdd Polyspace xUnit test folders to Polyspace Platform project (Since R2024a)
Polyspace xUnit test filesAdd Polyspace xUnit test files to Polyspace Platform project (Since R2024a)
External test foldersAdd external test folders to Polyspace Platform project (Since R2024a)
External test filesAdd external test files to Polyspace Platform project (Since R2024a)
Project variablesDefine environment variables for use as shorthands in Polyspace Platform project (Since R2024a)
Artifacts directorySpecify folder for storing project artifacts such as generated test code and build information (Since R2025a)

Tools

Polyspace Platform SettingsSettings for Polyspace Platform user interface (Since R2023b)
Test CaseAuthor graphical tests in the Polyspace Platform user interface (Since R2023b)

Topics

Modularize Projects

Organize Projects and Tests

Update Projects and Tests

Work with Files in Version Control