summaryrefslogtreecommitdiff
path: root/util/testing
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2020-10-25 18:57:03 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-10-27 10:10:14 +0000
commitb0432778661eb32a85f5f67aaef8d94aa9516114 (patch)
tree670064a7833dcc56b3457dc9176106419b8f02d0 /util/testing
parent2aba15fce15eca22dd458c852e453f6a79347e41 (diff)
downloadcoreboot-b0432778661eb32a85f5f67aaef8d94aa9516114.tar.xz
util/testing: Update test-abuild output directories
This matches the what-jenkins-does target. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I20b455e0161dcebf2eb9022bd142bbec99937a19 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/testing')
-rw-r--r--util/testing/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index 494055e749..88728841a3 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -99,8 +99,8 @@ test-lint:
test-abuild:
rm -rf coreboot-builds-chromeos coreboot-builds
- export COREBOOT_BUILD_DIR=coreboot-builds-chromeos; util/abuild/abuild -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) -x
- util/abuild/abuild -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD)
+ util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD) -x
+ util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default -B -e $(if $(TEST_NOCCACHE),,-y) -c $(CPUS) -p $(TEST_PAYLOAD)
test-payloads:
$(MAKE) -C payloads/libpayload test-configs -j $(CPUS) V=$(V) Q=$(Q) MFLAGS= MAKEFLAGS= $(if $(TEST_NOCCACHE),,CONFIG_LP_CCACHE=y)