aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vagrant_build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant_build.sh b/vagrant_build.sh
index cde42e2d79..7542f08fc7 100644
--- a/vagrant_build.sh
+++ b/vagrant_build.sh
@@ -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