In preparation for adding unit tests, move xmostest-based legacy tests into a legacy_tests sub-directory of the tests directory

This commit is contained in:
mbanth
2021-05-19 09:59:46 +01:00
parent 3a2497c8bf
commit 0ed4ed0974
18 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@@ -27,9 +27,9 @@ pipeline {
xcoreLibraryChecks("${REPO}")
}
}
stage('Tests') {
stage('Legacy tests') {
steps {
runXmostest("${REPO}", 'tests')
runXmostest("${REPO}", 'tests/legacy_tests')
}
}
stage('xCORE builds') {