]> git.ipfire.org Git - thirdparty/bind9.git/commit
enable parallel system tests on windows
authorEvan Hunt <each@isc.org>
Sat, 26 Jan 2019 18:36:47 +0000 (10:36 -0800)
committerEvan Hunt <each@isc.org>
Tue, 7 May 2019 01:38:34 +0000 (18:38 -0700)
commit50dfe1aa2bb1fde7fbb8d094880804dffb412abb
treebcaee7ceedfc9a353bf4d4681df2d72f3bdd7321
parent274da3c24b152f9b4c76688468fd0ee24ccec0fb
enable parallel system tests on windows

this moves the creation of "parallel.mk" into a separate shell script
instead of bin/tests/system/Makefile. that shell script can now be
executed by runall.sh, allowing us to make use of the cygwin "make"
command, which supports parallel execution.

(cherry picked from commit bbae24c1402ea038b4f1662e993d4e15678f2f53)
bin/tests/system/Makefile.in
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32
bin/tests/system/parallel.sh [new file with mode: 0644]
bin/tests/system/runall.sh
util/copyrights