]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit681e227992bb7d5e65595b82ab2551ebddece19b
treeaea6fa3d6f9871ee40848d6539ad8eee025d723e
parent94e8e81de48f096b1aa10b16f571e912a50224b3
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