topology: make building tests into a separate target

Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
Jaska Uimonen 2018-09-04 17:47:22 +03:00
parent 9af65849fa
commit 1354af8b66
3 changed files with 11 additions and 1 deletions

View File

@ -1 +1,5 @@
SUBDIRS = rmbox topology
TESTDIR = topology/test
tests:
$(MAKE) -C $(TESTDIR)

6
README
View File

@ -34,3 +34,9 @@ xtensa-byt-elf-objcopy -I binary -O elf32-xtensa-le -B xtensa image.bin image.bi
xtensa-byt-elf-objdump -D image.bin.elf > image.dis.txt
tests
=====
To generate all test configuration files:
make tests

View File

@ -3,7 +3,7 @@
# Dependencies
#
SUBDIRS = test m4 sof common platform
SUBDIRS = m4 sof common platform
DEPS = \
platform/intel/*.m4 \