aboutsummaryrefslogtreecommitdiff
path: root/test/test-vars.sh
AgeCommit message (Collapse)Author
2026-03-06test: add user-configurable TEST_READELF variableLucio Sauer
This allows tests to pass on systems where the readelf executable is prefixed with a target triple. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2022-03-25test: unset XDG_DATA_HOME and MAILDIR for tests.David Bremner
The some of the tests (and the library functions they exercise) that rely on XDG_CONFIG_HOME also check XDG_DATA_HOME and MAILDIR.
2022-02-25test: split variable settings to their own fileDavid Bremner
This allows sharing more variable settings between the (correctness) tests and the performance-tests. Unfortunately it seems a bit tricky to move settings to test-lib-common.sh, as that is sourced late in test-lib.sh, and moving it earlier breaks things.