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

Move remaining tests and build/run all legacy tests using CMake #26

Merged
merged 5 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Move cluster tests to new structure

    Signed-off-by: Björn Svensson <[email protected]>
    bjosv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    81a6f6c View commit details
    Browse the repository at this point in the history
  2. Build and run all tests via CMake

    Builds the non-cluster and all cluster tests via CMake,
    and run them via ctest.
    
    Example:
      mkdir build && cd build
      cmake -DENABLE_SSL=ON -DENABLE_IPV6_TESTS=ON ..
      make
      make test
    
    Signed-off-by: Björn Svensson <[email protected]>
    bjosv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3b91b13 View commit details
    Browse the repository at this point in the history
  3. Only build non-cluster tests when using the Makefile directly

    Signed-off-by: Björn Svensson <[email protected]>
    bjosv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    49202f4 View commit details
    Browse the repository at this point in the history
  4. Rename non-cluster test binary from "test" to "client_test"

    Signed-off-by: Björn Svensson <[email protected]>
    bjosv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cb3ef84 View commit details
    Browse the repository at this point in the history
  5. Correcting CI to match current CMake changes

    Signed-off-by: Björn Svensson <[email protected]>
    bjosv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b5c6e7 View commit details
    Browse the repository at this point in the history