zephyr/tests/ztest/zexpect/testcase.yaml
Anas Nashif cec8fd1c6e tests: ztest: fix tags for testsuite and unify them
Use test_framework as unified tag so we can filter tests in a consistent
way.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

20 lines
397 B
YAML

# Copyright (c) 2022 Google Inc
# SPDX-License-Identifier: Apache-2.0
common:
integration_platforms:
- native_posix
tags:
- test_framework
tests:
testing.ztest.expect:
integration_platforms:
- native_posix
testing.ztest.expect_cpp:
extra_configs:
- CONFIG_CPLUSPLUS=y
integration_platforms:
- native_posix
testing.ztest.expect.unit:
type: unit