Skip to content

Tests don't work with NDEBUG. #6

@gmaxwell

Description

@gmaxwell

The tests are burring some of actual test inside an ordinary assert macro. The tests shouldn't silently get eliminated when the compile options change.

Things that we don't want get getting removed when compiled with NDEBUG should have a library specific assert function or the like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions