]> git.baikalelectronics.ru Git - uboot.git/commit
test: Allow tests to run on any board
authorSimon Glass <sjg@chromium.org>
Wed, 24 Mar 2021 21:44:33 +0000 (10:44 +1300)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Apr 2021 04:33:19 +0000 (16:33 +1200)
commite29e6b197e2628401c47836f5b22441d537fe570
treeb5770c45b4a23e926a082983563829e6b4f9df70
parent42504cada187b6d1219368ecbe39b18c25a4babd
test: Allow tests to run on any board

Due to a recent change, tests are limited to running on sandbox only.
Correct this so that any architecture can run them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Sean Anderson <seanga2@gmail.com>
Fixes: 053b3b1895d ("test: Move dm_test_init() into test-main.c")
Tested-by: Sean Anderson <seanga2@gmail.com>
include/test/test.h
test/test-main.c