20 lines
397 B
YAML
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
|