diff mbox

[U-Boot,3/3] test: Move the FIT test into the correct place

Message ID 20170805162841.34861-4-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Aug. 5, 2017, 4:28 p.m. UTC
Move this test so that it will run when 'make tests' is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 test/{image/test-fit.py => py/tests/test_fit.py} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename test/{image/test-fit.py => py/tests/test_fit.py} (100%)

Comments

Tom Rini Aug. 14, 2017, 12:08 a.m. UTC | #1
On Sat, Aug 05, 2017 at 10:28:41AM -0600, Simon Glass wrote:

> Move this test so that it will run when 'make tests' is used.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/test/image/test-fit.py b/test/py/tests/test_fit.py
similarity index 100%
rename from test/image/test-fit.py
rename to test/py/tests/test_fit.py