Initial add of i2s_loopback test

This commit is contained in:
xross
2018-01-17 12:08:08 +00:00
parent 1fc3a99f47
commit 41b0cd4448
21 changed files with 1324 additions and 0 deletions

21
tests/runtests.py Executable file
View File

@@ -0,0 +1,21 @@
#!/usr/bin/env python2.7
import xmostest
import os.path
if __name__ == "__main__":
xmostest.init()
xmostest.register_group("lib_xua",
"i2s_loopback_sim_tests",
"I2S loopback simulator tests",
"""
Tests are performed by running the audiohub code connected to a
loopback plugin
""")
xmostest.runtests()
xmostest.finish()