summaryrefslogtreecommitdiffhomepage
path: root/test/test-manager/build.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-08-14Add script for building test framework artifactsMarkus Pettersson1-2/+8
Pass `TEST_MANAGER_STATIC` when building the `test-manager` crate to have it link statically against `libpcap`. This is optional, but building the with the provided container will produce a statically linked binary.
2024-08-14Build `libpcap` without dbusDavid Lönnhager1-0/+3
2024-06-25Add `daita` as a Cargo cfg variableMarkus Pettersson1-1/+1
Gate DAITA compilation on `"cargo::rustc-cfg=daita"` emitted in build files per platform.
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+4
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>