Skip to content

Add PASSERT_* / PEXPECT_* family of google test helpers. #1

Description

@bmahler

Currently, we do the following:
ASSERT_EQ(child, waitpid(child, NULL, 0)) << strerror(errno);

This would be nicer:
PASSERT_EQ(child, waitpid(child, NULL, 0));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions