On Dec 10, 2018 4:29 PM, "Alex Bennée" <alex.ben...@linaro.org> wrote: > > Convert the existing tests to use our common cross build > infrastructure. > > [WIP: mips32r2 disabled to avoid name clash] > [WIP: mipsr5900 disabled due to clashing build flags] > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/tcg/mips/Makefile.target | 15 ++- > tests/tcg/mips/mips32-dsp/Makefile | 166 +++++---------------------- > tests/tcg/mips/mips32-dspr2/Makefile | 83 +++----------- > tests/tcg/mips/mipsr5900/Makefile | 40 +++---- > 4 files changed, 75 insertions(+), 229 deletions(-) >
Alex, How about reorganizing directories in tests/tcg/mips altogether, and make it less confusing, and easier for future developers to approach an work on? Let's say like this: tests/tcg/mips user isa r5900 ase dsp dsp_r2 system isa 《for now empty》 ase dsp dsp_r2 Thanks, Aleksandar