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

No make unittests #11301

Merged
merged 2 commits into from
Aug 15, 2024
Merged

No make unittests #11301

merged 2 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. Remove unit tests from old build system

    Now that we can run all tests with Meson, we want developers making code
    changes to use it.
    
    (Only the manual needs to be built with the build system, and that will
    change shortly.)
    
    This reverts commit b0bc2a9.
    Ericson2314 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6f3045c View commit details
    Browse the repository at this point in the history
  2. Make wrapper derivation

    This ensures just `nix build`-ing the flake doesn't forget to run all
    tests. One can still specifiy specific attributes to just build one
    thing.
    
    Co-authored-by: Robert Hensing <[email protected]>
    Ericson2314 and roberth committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b41cc1a View commit details
    Browse the repository at this point in the history