aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_build.sh')
-rw-r--r--vagrant_build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/vagrant_build.sh b/vagrant_build.sh
index 61c0dfed1d..7542f08fc7 100644
--- a/vagrant_build.sh
+++ b/vagrant_build.sh
@@ -14,5 +14,7 @@ grep -q WIRESHARK_RUN_FROM_BUILD_DIRECTORY ~/.profile || echo "export WIRESHARK_
grep -q WIRESHARK_BIN_DIR ~/.profile || echo "export WIRESHARK_BIN_DIR=~/build/run" >> ~/.profile
mkdir -p build
cd build
-cmake /vagrant/
-make -j6
+cmake -DENABLE_CCACHE=ON ../wireshark
+make -j4
+make test-programs
+make test