Add descriptor validation function & fix issues it found

Note this is in progress, I either want to move the check function somewhere else,
or convert the printf calls to something else (I imagine some kind of log function
exists?)
This commit is contained in:
Ciaran Woodward
2021-12-10 18:00:04 +00:00
parent e41aed6ffb
commit 71dd8b5409
7 changed files with 189 additions and 14 deletions

2
Jenkinsfile vendored
View File

@@ -45,7 +45,7 @@ pipeline {
// runWaf('.', "configure clean build --target=xcoreai")
// stash name: 'xua_unit_tests', includes: 'bin/*xcoreai.xe, '
viewEnv() {
runPython("TARGET=XCORE200 pytest -n 1")
runPython("TARGET=XCORE200 pytest -n1 -s")
}
}
}