summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-26 20:25:59 -0700
committerSimon Glass <sjg@chromium.org>2018-01-15 18:29:21 -0700
commit00f6c800b527f30d20ff0f0dc4f6b0c00c63c1dd (patch)
treeab8098f38119efa152fc95c614077059d9266489 /test
parent34ba7d777dc5668eca5919a24d40e9a620cce3e8 (diff)
test: Run dtoc tests
Update the test script to run the dtoc tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run b/test/run
index a53383bb8e..af1219fdda 100755
--- 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!"