dm: test: Disable some tests that should not run in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 15:25:26 +0000 (09:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commit627988f9f9b5533cedb3e9d2de0e0b905bb3f45f
treeaea6fa3d6f9871ee40848d6539ad8eee025d723e
parent16a5068340f8d28e26436acf64e4dc5f652aa2a6
dm: test: Disable some tests that should not run in SPL

Tests are easier to run in U-Boot proper. Running them in SPL does not add
test coverage in most cases. Also some tests use features that are not
available in SPL.

Update the build rules to disable these tests in SPL. We still need
test-main to be able to actually run SPL tests.

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