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

Commit 0808765

Browse files
author
Jaska Uimonen
committed
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>
1 parent 7f47792 commit 0808765

95 files changed

Lines changed: 6244 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUBDIRS = rmbox topology eqctl
2-
TESTDIR = topology/test
2+
TESTDIR = test/topology
33

44
tests:
55
$(MAKE) -C $(TESTDIR)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_OUTPUT([
2727
topology/platform/common/Makefile
2828
topology/m4/Makefile
2929
topology/sof/Makefile
30-
topology/test/Makefile
30+
test/topology/Makefile
3131
])
3232

3333
echo "
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)