This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
soft
mirror of
https://github.com/thesofproject/soft.git
Watch
1
Star
0
Fork
You've already forked soft
0
Code
Issues
Projects
Releases
Wiki
Activity
a73c4f63ca
soft
/
Makefile.am
6 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
logger/rmbox: unify implementation of new logger tool with old rmbox Integrate both tools to provide common CLI. Also provide better logging format for logger tool. Signed-off-by: ArturX Kloniecki arturx.kloniecki@linux.intel.com
2018-10-02 15:36:44 +08:00
SUBDIRS
=
rmbox topology eqctl
tests: add qa tests and rearrange other tests under one directory Previously we used to have tests scattered around, so let's put them under one directory to make things more clear. Now under top level test directory we have directories: audio - objective audio quality tests used to be under test/ qa - qa tests run by the CI new test component in soft repo topology - topology test file generation used to be under topology/tests Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
2018-10-11 14:27:39 +08:00
TESTDIR
=
test/topology
topology: make building tests into a separate target Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
2018-09-04 22:47:22 +08:00
tests
:
$(
MAKE
)
-C
$(
TESTDIR
)