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

Add functional test framework #1

@aureleoules

Description

@aureleoules

This repo is missing a functional test framework to check that the mutators do not hit edge cases and parse correctly the AST.

Tips

  • C++ files should be compiled with bear g++ file.cpp so that bear can generated a compile_commands.json necessary for clang-tidy.
  • The shared library can be loaded with clang-tidy-16 --quiet -fix -load=$PWD/build/libbitcoin-mutator.so -checks='mutator-or-to-and' sample.cpp

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