Skip to content

Proposal integration tests

Paul Gessinger-Befurt requested to merge proposal-IntegrationTests into master

Add subdirectories UnitTests and IntegrationTests

Unit tests are registered as before via built-in add_test, integration tests can be added via add_integration_test, which uses a global property as storage.

A shell script and phony target are created at cmake-time which run all added integration tests.

Could this be an option? Right now this is rebased on ACTS-365-DiscPolygonBounds, but does not necessarily depend on it.

TODO

  • separate sub folders side by side
  • separate name space
  • use custom target directly
  • rebase on master
Edited by Paul Gessinger-Befurt

Merge request reports