Skip to content

Commit c15f53e

Browse files
tests: refactor folder structure to split unit tests and system tests
Place unit tests in unit folder, and system tests in system folder. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 3e48705 commit c15f53e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+14
-14
lines changed

CODEOWNERS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@
9999
/sysbuild/ @nrfconnect/ncs-co-build-system
100100

101101
# Tests
102-
/tests/lib/ @nrfconnect/ncs-bm
103-
/tests/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test
104-
/tests/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
105-
/tests/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
106-
/tests/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
107-
/tests/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
108-
/tests/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
109-
/tests/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
110-
/tests/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm
111-
/tests/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
112-
/tests/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test
113-
/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
114-
/tests/subsys/kmu/ @nrfconnect/ncs-eris
115-
/tests/subsys/storage/bm_storage/ @nrfconnect/ncs-bm
102+
/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
103+
/tests/subsys/kmu/ @nrfconnect/ncs-eris
104+
/tests/unit/lib/ @nrfconnect/ncs-bm
105+
/tests/unit/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test
106+
/tests/unit/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
107+
/tests/unit/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
108+
/tests/unit/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
109+
/tests/unit/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
110+
/tests/unit/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
111+
/tests/unit/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
112+
/tests/unit/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm
113+
/tests/unit/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
114+
/tests/unit/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test
115+
/tests/unit/subsys/storage/bm_storage/ @nrfconnect/ncs-bm
116116

117117
# Zephyr module
118118
/zephyr/ @nrfconnect/ncs-co-build-system
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)