]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test: Run dtoc tests
authorSimon Glass <sjg@chromium.org>
Mon, 27 Nov 2017 03:25:59 +0000 (20:25 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
Update the test script to run the dtoc tests also.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/run

index a53383bb8e8611045bcb65308d005ec217b13b5a..af1219fdda98a3825796bb3a650024674a7f5820 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -21,6 +21,7 @@ PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
        ./tools/binman/binman -t
 run_test ./tools/patman/patman --test
 run_test ./tools/buildman/buildman -t
+PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test ./tools/dtoc/dtoc -t
 
 if [ $result == 0 ]; then
        echo "Tests passed!"