Vagrant: Fix provisioning script

Add missing `make test-programs` step. Configure the number of
make jobs to match the number of vcpus.

Change-Id: I3a3547478a4043b46a941267bcfbaaef0fc7e552
Reviewed-on: https://code.wireshark.org/review/34579
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2019-09-20 23:03:31 +01:00 committed by João Valverde
parent a544570546
commit e37a3b9ebf
1 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,6 @@ grep -q WIRESHARK_BIN_DIR ~/.profile || echo "export WIRESHARK_BIN_DIR=~/build/r
mkdir -p build
cd build
cmake -DENABLE_CCACHE=ON ../wireshark
make -j6
make -j4
make test-programs
make test