Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit d272119

Browse files
authored
Merge pull request #66 from juimonen/testtarget
topology: make building tests into a separate target
2 parents 9af6584 + 1354af8 commit d272119

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
SUBDIRS = rmbox topology
2+
TESTDIR = topology/test
3+
4+
tests:
5+
$(MAKE) -C $(TESTDIR)

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ xtensa-byt-elf-objcopy -I binary -O elf32-xtensa-le -B xtensa image.bin image.bi
3434

3535
xtensa-byt-elf-objdump -D image.bin.elf > image.dis.txt
3636

37+
tests
38+
=====
39+
40+
To generate all test configuration files:
41+
42+
make tests

topology/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Dependencies
44
#
55

6-
SUBDIRS = test m4 sof common platform
6+
SUBDIRS = m4 sof common platform
77

88
DEPS = \
99
platform/intel/*.m4 \

0 commit comments

Comments
 (0)