blob: 29bf35c24537baba195faa5c3e5d5f39a3fd1ea1 [file] [log] [blame]
# Copyright (c) 2025 James Roy <rruuaanng@outlook.com>
#
# SPDX-License-Identifier: Apache-2.0
sample:
description: zephyr red-black tree library application
name: red-black tree
tests:
sample.data_structures.red-black-tree:
tags:
- data_structures
harness: console
integration_platforms:
- native_sim
harness_config:
type: multi_line
ordered: false
regex:
- "max=5 min=1"
- "removed max=5"
- "removed min=1"
- "Done"