diff mbox

[RFC,3/4] tcg/tests: Move mips test to arch specific folder

Message ID 20160819170025.22345-4-bobby.prani@gmail.com
State New
Headers show

Commit Message

Pranith Kumar Aug. 19, 2016, 5 p.m. UTC
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 tests/tcg/{ => mips}/hello-mips.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tests/tcg/{ => mips}/hello-mips.c (100%)

Comments

Alex Bennée Aug. 22, 2016, 9:34 a.m. UTC | #1
Pranith Kumar <bobby.prani@gmail.com> writes:

You have transposed the tcg/tests in your subject for this particular commit.

> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> ---
>  tests/tcg/{ => mips}/hello-mips.c | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename tests/tcg/{ => mips}/hello-mips.c (100%)
>
> diff --git a/tests/tcg/hello-mips.c b/tests/tcg/mips/hello-mips.c
> similarity index 100%
> rename from tests/tcg/hello-mips.c
> rename to tests/tcg/mips/hello-mips.c


--
Alex Bennée
Pranith Kumar Aug. 22, 2016, 2:38 p.m. UTC | #2
On Mon, Aug 22, 2016 at 5:34 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Pranith Kumar <bobby.prani@gmail.com> writes:
>
> You have transposed the tcg/tests in your subject for this particular commit.

I messed up the subject. I will fix this and resend.
diff mbox

Patch

diff --git a/tests/tcg/hello-mips.c b/tests/tcg/mips/hello-mips.c
similarity index 100%
rename from tests/tcg/hello-mips.c
rename to tests/tcg/mips/hello-mips.c