diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-25 21:05:42 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-31 17:25:23 +0100 |
commit | 0d474166163835b53e6ac265a08314756327493f (patch) | |
tree | 5645419051b6b0f2c7744905c4628138669b602c | |
parent | abddb8492c55482048b10788e00ec20e5ee3948f (diff) |
qemu: test using four cores
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index ac21de4..4261b89 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -14,7 +14,7 @@ KERNEL_VERSION ?= 4.13.9 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no -NR_CPUS ?= 2 +NR_CPUS ?= 4 DOWNLOAD := wget -O # DOWNLOAD := curl -f -o |