Skip to content

Old catch.hpp arm64 compatiblity error #155

@zuhanit

Description

@zuhanit

Issue

CMakeList.txt in epscript doing test parser, and tokenizer via catch.hpp. But current version of catch(v2.0.1) is outdated causing error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?. Catch fixed this error on catchorg/Catch2@a25c1a2.

Solve

I've tried to update catch.hpp to v.2.13.9 and test was successful. Of course we can use Catch v3, if don't care about migrate v2 to v3. https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md#top

Related issue

CoatiSoftware/Sourcetrail#1185

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions