]> git.dujemihanovic.xyz Git - u-boot.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)
commitd4a1592a9908f4278f306ff9f11e63c010e05704
treeb5770c45b4a23e926a082983563829e6b4f9df70
parent4c30d18ed38c5ae84ed91da0f9d1ba4c9e83bffc
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: c79705ea938 ("test: Move dm_test_init() into test-main.c")
Tested-by: Sean Anderson <seanga2@gmail.com>
include/test/test.h
test/test-main.c