From 3a37aee30f56aea69849f27d7839923eec58a2af Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Sat, 5 Aug 2017 10:28:41 -0600
Subject: [PATCH] test: Move the FIT test into the correct place

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%)

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
-- 
GitLab