shaka-packager/link-test
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
..
CMakeLists.txt build: turn on integration tests in ctest by default (#1381) 2024-04-19 07:56:49 -07:00
README.md feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
test.cc feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00

README.md

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.