]> git.cworth.org Git - notmuch/commit
test: split variable settings to their own file
authorDavid Bremner <david@tethera.net>
Sat, 12 Feb 2022 20:27:33 +0000 (16:27 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 25 Feb 2022 12:37:14 +0000 (08:37 -0400)
commit371fa28ced91e0d0036a98403fab61e9f5301ba4
treecae391cd4ade211e5ce61a1a9ec69c00c4d43eef
parent92b6b991b013e528c9ec3fa1acf083880a2d2757
test: split variable settings to their own file

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.
performance-test/perf-test-lib.sh
test/test-lib.sh
test/test-vars.sh [new file with mode: 0644]