Skip to content

[FR]: Add support of Zephyr OS #4691

Open
@anobli

Description

@anobli

Does the feature exist in the most recent commit?

This doesn't exist.

Why do we need this feature?

Zephyr has its own test suite (ztest) but it has a limited support of C++.
Supporting Zephyr OS would simplify C++ testing for Zephyr application written in C++ and would allow people already familiar using googletest keep using it with Zephyr OS.

Describe the proposal.

I would like updating the sources to support Zephyr OS.
In addition, to facilitate its integration in Zephyr OS, I would also like adding some additional files that allows Zephyr build system to download googletest and build it properly for zephyr.

Is the feature specific to an operating system, compiler, or build system version?

Specific to Zephyr OS

Activity

anobli

anobli commented on Jan 8, 2025

@anobli
Author

Here is PR related to this feature request: #4692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @anobli

        Issue actions

          [FR]: Add support of Zephyr OS · Issue #4691 · google/googletest