1# Copyright (c) 2025 James Roy <rruuaanng@outlook.com> 2# 3# SPDX-License-Identifier: Apache-2.0 4 5sample: 6 description: zephyr red-black tree library application 7 name: red-black tree 8tests: 9 sample.data_structures.red-black-tree: 10 tags: 11 - data_structures 12 harness: console 13 integration_platforms: 14 - native_sim 15 harness_config: 16 type: multi_line 17 ordered: false 18 regex: 19 - "max=5 min=1" 20 - "removed max=5" 21 - "removed min=1" 22 - "Done" 23