Files
Cosmin Stejerean 84009d82ef build: turn on integration tests in ctest by default (#1381)
They can still be skipped by passing `-DSKIP_INTEGRATION_TESTS=ON` for
the build configuration. Fix integration tests so they run correctly when building out of tree.

Use FindPython3 in CMake to fix build and integration tests on Windows.
2024-04-19 07:56:49 -07:00
..

Link test for libpackager

This is a dummy application to test linking libpackager. It gives us a build target that validates our install target works and that our public headers (in ../include/packager/...) are complete and self-contained.