]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use nproc for determining how many parallel jobs to use (fuzz)
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 30 Jan 2023 09:21:45 +0000 (11:21 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 30 Jan 2023 09:21:45 +0000 (11:21 +0200)
commitd44a7e38d1ebb10866cc6c6219725ef938cb82d9
tree25b41c8fd3e4b855949dd60c2862cf66b1399d56
parentbf931c5f8d47a4a8c8e8a7d13b0d83306bdef1d2
tests: Use nproc for determining how many parallel jobs to use (fuzz)

This was already done in tests/hwsim/build.sh, but the fuzzing
build-test.sh can do same instead of using the hardcoded value 8.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/fuzzing/build-test.sh