topology: make building tests into a separate target
Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
parent
9af65849fa
commit
1354af8b66
|
@ -1 +1,5 @@
|
|||
SUBDIRS = rmbox topology
|
||||
TESTDIR = topology/test
|
||||
|
||||
tests:
|
||||
$(MAKE) -C $(TESTDIR)
|
||||
|
|
6
README
6
README
|
@ -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
|
|
@ -3,7 +3,7 @@
|
|||
# Dependencies
|
||||
#
|
||||
|
||||
SUBDIRS = test m4 sof common platform
|
||||
SUBDIRS = m4 sof common platform
|
||||
|
||||
DEPS = \
|
||||
platform/intel/*.m4 \
|
||||
|
|
Loading…
Reference in New Issue