mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
patman: Add a 'test' subcommand
At present we use --test to indicate that tests should be run. It is better to use a subcommand for list, like binman. Change it and adjust the existing code to fit under a 'send' subcommand, the default. Give this subcommand the same default arguments as the others. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
2
test/run
2
test/run
@@ -48,7 +48,7 @@ export DTC=${DTC_DIR}/dtc
|
||||
TOOLS_DIR=build-sandbox_spl/tools
|
||||
|
||||
run_test "binman" ./tools/binman/binman --toolpath ${TOOLS_DIR} test
|
||||
run_test "patman" ./tools/patman/patman --test
|
||||
run_test "patman" ./tools/patman/patman test
|
||||
|
||||
run_test "buildman" ./tools/buildman/buildman -t ${skip}
|
||||
run_test "fdt" ./tools/dtoc/test_fdt -t
|
||||
|
Reference in New Issue
Block a user