summaryrefslogtreecommitdiffhomepage
path: root/test/scripts/build-manager.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-02-25Rename some scripts (and move them to subdirectories)Markus Pettersson1-27/+0
Start off with the download app package / e2e tests binary in `download.sh`. Rename `test-utils.sh` to `lib.sh` & start to break up `lib.sh`.
2024-08-14Add script for building test framework artifactsMarkus Pettersson1-0/+27
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.