Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Add "kitchen sink" test suite #11

@TerrorJack

Description

@TerrorJack

Is your feature request related to a problem? Please describe.
Currently, CI builds merely guarantees that the Haskell bindings indeed build fine with the binaryen library in the pinned nixpkgs revision. This isn't quite helpful in capturing bugs that arise due to ABI incompatibility across different binaryen library versions. We need a "kitchen sink" test suite similar to upstream binaryen that covers all exported Haskell bindings.

Property-based tests maybe even more powerful to catch regressions, but it takes a lot of extra work to come up with a set of useful properties to test.

Describe the solution you'd like

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