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

Add functional test framework #1

Open
aureleoules opened this issue Sep 16, 2023 · 0 comments
Open

Add functional test framework #1

aureleoules opened this issue Sep 16, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@aureleoules
Copy link
Member

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
@aureleoules aureleoules added the good first issue Good for newcomers label Sep 16, 2023
@aureleoules aureleoules changed the title Add function test framework Add functional test framework Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant