Message ID | 20181004161852.11673-3-crosa@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Trivial fixes and clean ups | expand |
On 2018-10-04 18:18, Cleber Rosa wrote: > Point to the right and obvious location for lm32 tests. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > tests/tcg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/tcg/README b/tests/tcg/README > index a5643d33e7..2a58f9a058 100644 > --- a/tests/tcg/README > +++ b/tests/tcg/README > @@ -10,6 +10,6 @@ with "make test-cris". > > LM32 > ==== > -The testsuite for LM32 is in tests/tcg/cris. You can run it > +The testsuite for LM32 is in tests/tcg/lm32. You can run it > with "make test-lm32". Reviewed-by: Thomas Huth <thuth@redhat.com>
Cleber Rosa <crosa@redhat.com> writes: > Point to the right and obvious location for lm32 tests. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > tests/tcg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/tcg/README b/tests/tcg/README > index a5643d33e7..2a58f9a058 100644 > --- a/tests/tcg/README > +++ b/tests/tcg/README > @@ -10,6 +10,6 @@ with "make test-cris". > > LM32 > ==== > -The testsuite for LM32 is in tests/tcg/cris. You can run it > +The testsuite for LM32 is in tests/tcg/lm32. You can run it > with "make test-lm32". Acked-by: Alex Bennée <alex.bennee@linaro.org> It's a correct fix, although I note running "make test-lm32" doesn't do much either in the top of the build dir or in that directory. It's probably best to drop the second line until I fix it. -- Alex Bennée
On 04/10/2018 17:18, Cleber Rosa wrote: > Point to the right and obvious location for lm32 tests. > > Signed-off-by: Cleber Rosa <crosa@redhat.com> > --- > tests/tcg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/tcg/README b/tests/tcg/README > index a5643d33e7..2a58f9a058 100644 > --- a/tests/tcg/README > +++ b/tests/tcg/README > @@ -10,6 +10,6 @@ with "make test-cris". > > LM32 > ==== > -The testsuite for LM32 is in tests/tcg/cris. You can run it > +The testsuite for LM32 is in tests/tcg/lm32. You can run it > with "make test-lm32". > > Applied Thanks, Laurent
diff --git a/tests/tcg/README b/tests/tcg/README index a5643d33e7..2a58f9a058 100644 --- a/tests/tcg/README +++ b/tests/tcg/README @@ -10,6 +10,6 @@ with "make test-cris". LM32 ==== -The testsuite for LM32 is in tests/tcg/cris. You can run it +The testsuite for LM32 is in tests/tcg/lm32. You can run it with "make test-lm32".
Point to the right and obvious location for lm32 tests. Signed-off-by: Cleber Rosa <crosa@redhat.com> --- tests/tcg/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)