OpenAssetIO / OpenAssetIO-TraitGen

A code generation tool that produces OpenAssetIO Traits and Specifications from a simple YAML description.
Apache License 2.0
6 stars 3 forks source link

[Core] C++ code generation parity with Python #12

Closed feltech closed 1 year ago

feltech commented 1 year ago

Part of OpenAssetIO/OpenAssetIO-TraitGen#11. Closes OpenAssetIO/OpenAssetIO-TraitGen#15.

Testing

To run the C++ tests you will need to set your CMAKE_PREFIX_PATH environment variable to an OpenAssetIO dist directory (i.e. install tree). Also ensure you work from a venv and pip install -r tests/ctest-requirements.txt. Everything else should be automated.

Future work spawned from this