From f66ddc53ebea1252e394fc11e959b9be43026ab6 Mon Sep 17 00:00:00 2001 From: mbanth Date: Wed, 19 May 2021 10:55:33 +0100 Subject: [PATCH] Move legacy tests one level up in the directory hierarchy --- Jenkinsfile | 2 +- .../app_test_i2s_loopback/Makefile | 0 .../app_test_i2s_loopback/debug_conf.h | 0 .../legacy_tests => legacy_tests}/app_test_i2s_loopback/main.xc | 0 .../app_test_i2s_loopback/simulation.xc | 0 .../app_test_i2s_loopback/usb_device.h | 0 .../app_test_i2s_loopback/usb_device.xc | 0 .../app_test_i2s_loopback/xk_216_mc/audiohw.xc | 0 .../app_test_i2s_loopback/xk_216_mc/cs2100.h | 0 .../app_test_i2s_loopback/xk_216_mc/cs4384.h | 0 .../app_test_i2s_loopback/xk_216_mc/cs5368.h | 0 .../app_test_i2s_loopback/xk_216_mc/gpio_access.c | 0 .../app_test_i2s_loopback/xk_216_mc/gpio_access.h | 0 .../app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn | 0 .../app_test_i2s_loopback/xua_conf.h | 0 {tests/legacy_tests => legacy_tests}/pass.expect | 0 {tests/legacy_tests => legacy_tests}/runtests.py | 0 {tests/legacy_tests => legacy_tests}/test_i2s_loopback.py | 0 18 files changed, 1 insertion(+), 1 deletion(-) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/Makefile (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/debug_conf.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/main.xc (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/simulation.xc (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/usb_device.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/usb_device.xc (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/audiohw.xc (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/cs2100.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/cs4384.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/cs5368.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/gpio_access.c (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/gpio_access.h (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn (100%) rename {tests/legacy_tests => legacy_tests}/app_test_i2s_loopback/xua_conf.h (100%) rename {tests/legacy_tests => legacy_tests}/pass.expect (100%) rename {tests/legacy_tests => legacy_tests}/runtests.py (100%) rename {tests/legacy_tests => legacy_tests}/test_i2s_loopback.py (100%) diff --git a/Jenkinsfile b/Jenkinsfile index a356c9a3..2b4ae54d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } stage('Legacy tests') { steps { - runXmostest("${REPO}", 'tests/legacy_tests') + runXmostest("${REPO}", 'legacy_tests') } } stage('xCORE builds') { diff --git a/tests/legacy_tests/app_test_i2s_loopback/Makefile b/legacy_tests/app_test_i2s_loopback/Makefile similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/Makefile rename to legacy_tests/app_test_i2s_loopback/Makefile diff --git a/tests/legacy_tests/app_test_i2s_loopback/debug_conf.h b/legacy_tests/app_test_i2s_loopback/debug_conf.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/debug_conf.h rename to legacy_tests/app_test_i2s_loopback/debug_conf.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/main.xc b/legacy_tests/app_test_i2s_loopback/main.xc similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/main.xc rename to legacy_tests/app_test_i2s_loopback/main.xc diff --git a/tests/legacy_tests/app_test_i2s_loopback/simulation.xc b/legacy_tests/app_test_i2s_loopback/simulation.xc similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/simulation.xc rename to legacy_tests/app_test_i2s_loopback/simulation.xc diff --git a/tests/legacy_tests/app_test_i2s_loopback/usb_device.h b/legacy_tests/app_test_i2s_loopback/usb_device.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/usb_device.h rename to legacy_tests/app_test_i2s_loopback/usb_device.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/usb_device.xc b/legacy_tests/app_test_i2s_loopback/usb_device.xc similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/usb_device.xc rename to legacy_tests/app_test_i2s_loopback/usb_device.xc diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc b/legacy_tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/audiohw.xc diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs2100.h b/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs2100.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs2100.h rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/cs2100.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs4384.h b/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs4384.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs4384.h rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/cs4384.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs5368.h b/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs5368.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/cs5368.h rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/cs5368.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c b/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.c diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h b/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/gpio_access.h diff --git a/tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn b/legacy_tests/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn rename to legacy_tests/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn diff --git a/tests/legacy_tests/app_test_i2s_loopback/xua_conf.h b/legacy_tests/app_test_i2s_loopback/xua_conf.h similarity index 100% rename from tests/legacy_tests/app_test_i2s_loopback/xua_conf.h rename to legacy_tests/app_test_i2s_loopback/xua_conf.h diff --git a/tests/legacy_tests/pass.expect b/legacy_tests/pass.expect similarity index 100% rename from tests/legacy_tests/pass.expect rename to legacy_tests/pass.expect diff --git a/tests/legacy_tests/runtests.py b/legacy_tests/runtests.py similarity index 100% rename from tests/legacy_tests/runtests.py rename to legacy_tests/runtests.py diff --git a/tests/legacy_tests/test_i2s_loopback.py b/legacy_tests/test_i2s_loopback.py similarity index 100% rename from tests/legacy_tests/test_i2s_loopback.py rename to legacy_tests/test_i2s_loopback.py