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

Commit c0a881a

Browse files
authored
Merge pull request #101 from juimonen/test_pr
tests: add qa tests and rearrange other tests under one directory
2 parents 6efe3d4 + 0808765 commit c0a881a

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)