[Sound-open-firmware] [PATCH v2 1/3] tune: add testbench common header and source files

Liam Girdwood liam.r.girdwood at linux.intel.com
Thu May 17 15:50:22 CEST 2018


On Fri, 2018-05-11 at 22:41 -0700, Ranjani Sridharan wrote:
> > >   Makefile.am                |   2 +-
> > >   configure.ac               |   4 +-
> > >   tune/Makefile.am           |   1 +
> > >   tune/include/common_test.h |  63 ++++
> > >   tune/include/topology.h    | 201 ++++++++++
> > >   tune/include/trace.h       |  38 ++
> > >   tune/src/Makefile.am       |  15 +
> > >   tune/src/alloc.c           |  74 ++++
> > >   tune/src/common_test.c     | 212 +++++++++++
> > >   tune/src/ipc.c             |  81 ++++
> > >   tune/src/schedule.c        |  98 +++++
> > >   tune/src/topology.c        | 908
> > > +++++++++++++++++++++++++++++++++++++++++++++
> > >   tune/src/trace.c           | 150 ++++++++
> > >   13 files changed, 1845 insertions(+), 2 deletions(-)
> > >   create mode 100644 tune/Makefile.am
> > >   create mode 100644 tune/include/common_test.h
> > >   create mode 100644 tune/include/topology.h
> > >   create mode 100644 tune/include/trace.h
> > 
> > Can these go at src/include/test like the others ?
> 
> Just to confirm, do we want all headers to go in tune/src/include/test
> and all source files in tune/src/test?


All src in src/test

headers in src/include/test/

Liam


More information about the Sound-open-firmware mailing list