Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Test Framework #103

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    fb5f5a2 View commit details
    Browse the repository at this point in the history
  2. Increase C++ version to 17.

    Minimum for GTest is 14 - but I don't see
    a reason why we shouldn't use C++ 17 by now.
    gostefan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    02d1585 View commit details
    Browse the repository at this point in the history
  3. Recreate the current tests in the new framework.

    The tests in CTest resp. with the citygmltest executable
    are now part of the system tests. The source code has been
    adapted to more modern C++ but taken along.
    gostefan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e413f20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a706a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e65dc5 View commit details
    Browse the repository at this point in the history