Skip to content
  • Thomas Haller's avatar
    build: enable building both crypto backends for tests · e01f7f2c
    Thomas Haller authored
    If the library is available, let's at least compile both
    crypto backends.
    
    That is helpful when developing on crypto backends, so that
    one does not have to configure the build twice.
    
    With autotools, the build is only run during `make check`.
    Not for meson, but that is generally the case with our meson
    setup, that it also builds tests during the regular build step.
    e01f7f2c