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:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -27,9 +27,9 @@ pipeline {
|
||||
xcoreLibraryChecks("${REPO}")
|
||||
}
|
||||
}
|
||||
stage('Tests') {
|
||||
stage('Legacy tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'tests')
|
||||
runXmostest("${REPO}", 'tests/legacy_tests')
|
||||
}
|
||||
}
|
||||
stage('xCORE builds') {
|
||||
|
||||
Reference in New Issue
Block a user