Skip to content

Commit 00c7819

Browse files
committed
test(driver_twai): test app rename and add cache safe test
1 parent 8a60934 commit 00c7819

26 files changed

+686
-365
lines changed

components/driver/test_apps/.build-test-rules.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ components/driver/test_apps/legacy_timer_driver:
7272
depends_filepatterns:
7373
- components/driver/deprecated/**/*timer*
7474

75-
components/driver/test_apps/touch_sensor_v1:
76-
disable:
77-
- if: SOC_TOUCH_SENSOR_VERSION != 1
78-
79-
components/driver/test_apps/touch_sensor_v2:
80-
disable:
81-
- if: SOC_TOUCH_SENSOR_VERSION != 2
82-
83-
components/driver/test_apps/twai:
75+
components/driver/test_apps/legacy_twai:
8476
disable:
8577
- if: SOC_TWAI_SUPPORTED != 1 or SOC_TWAI_SUPPORT_FD == 1
8678
reason: legacy driver doesn't support FD
8779
depends_filepatterns:
8880
- components/driver/twai/**/*
8981
depends_components:
9082
- esp_driver_gpio
83+
84+
components/driver/test_apps/touch_sensor_v1:
85+
disable:
86+
- if: SOC_TOUCH_SENSOR_VERSION != 1
87+
88+
components/driver/test_apps/touch_sensor_v2:
89+
disable:
90+
- if: SOC_TOUCH_SENSOR_VERSION != 2
File renamed without changes.

0 commit comments

Comments
 (0)