> -----Original Message----- > From: Philippe Mathieu-Daudé <[email protected]> > Sent: Thursday, April 6, 2023 2:24 AM > To: Taylor Simpson <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; [email protected]; Brian Cain > <[email protected]>; Matheus Bernardino (QUIC) > <[email protected]> > Subject: Re: [PATCH] Hexagon (tests/tcg/hexagon) Move HVX test infra to > header file > > On 5/4/23 21:39, Taylor Simpson wrote: > > This will facilitate adding additional tests in separate .c files > > > > Signed-off-by: Taylor Simpson <[email protected]> > > --- > > tests/tcg/hexagon/hvx_misc.h | 178 > ++++++++++++++++++++++++++++++ > > tests/tcg/hexagon/hvx_misc.c | 160 +-------------------------- > > tests/tcg/hexagon/Makefile.target | 1 + > > 3 files changed, 181 insertions(+), 158 deletions(-) > > create mode 100644 tests/tcg/hexagon/hvx_misc.h > > > > diff --git a/tests/tcg/hexagon/hvx_misc.h > > b/tests/tcg/hexagon/hvx_misc.h new file mode 100644 index > > 0000000000..ebcdb9f033 > > --- /dev/null > > +++ b/tests/tcg/hexagon/hvx_misc.h > > > > +static void init_buffers(void) > > inline?
OK Thanks, Taylor
