RA-Consulting-GmbH / openscenario.api.test

Apache License 2.0
38 stars 11 forks source link

Fixed missing v1_2 headers in artifacts #179

Closed Deakon997 closed 1 year ago

Deakon997 commented 1 year ago

Reference to a related issue in the repository

178

Add a description

Artifacts now contain the v1_2 folder with headers. Individual versions (v1_0, v1_1, v1_2) do compile now.

Some questions to ask: What is this change? Changes in the Linux bash scripts, CMakeLists.txt files, and code.

What does it fix? Support options for v1_0, v1_1, v1_2 were missing in the script collecting the headers and in the generated example CMakeLists.txt. Isolated versions v1_0, v1_1, v1_2 did not compile due missing or too much header and source entries in the CMakeLists.txt. Also missing includes were fixed, too.

Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? It's a bug fix and existing functionality is kept.

How has it been tested? Artifacts have been built on the build server and random checked on Linux and Windows locally. The main project had been built on Linux and Windows locally and OpenScenarioTester was executed successfully.

Check the checklist