commit | 45b807d1011474a28562a65670a3b3834f15991c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 25 10:44:33 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 06 16:33:19 2021 +1200 |
tree | b5770c45b4a23e926a082983563829e6b4f9df70 | |
parent | 70e29996cd3af65e85a10d3641f51cbe51341a7d [diff] |
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>