mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
binman: Pass the toolpath to tests
Tools like ifwitool may not be available in the PATH, but are available in the build. These tools may be needed by tests, so allow tests to use the --toolpath flag. Also use this flag with travis. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -176,7 +176,7 @@ Run binman and dtoc testsuite:
|
||||
./tools/buildman/buildman -P sandbox_spl &&
|
||||
export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt";
|
||||
export PATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}";
|
||||
./tools/binman/binman -t &&
|
||||
./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools -t &&
|
||||
./tools/dtoc/dtoc -t
|
||||
|
||||
# Test sandbox with test.py
|
||||
|
Reference in New Issue
Block a user