Merge branch 'feature/rename_legacy_test_dir' into feature/generic_hid_report

This commit is contained in:
mbanth
2021-05-19 10:27:51 +01:00
19 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ lib_xua Change Log
----- -----
* CHANGED: Move HID descriptors to ease maintenance * CHANGED: Move HID descriptors to ease maintenance
* CHANGED: Move legacy tests to separate directory
1.2.0 1.2.0
----- -----

4
Jenkinsfile vendored
View File

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