Skip to content

andreaswurtz/F-ASTMut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# step 1: clone project to mutate, we use the included minitest for this HOW TO USE guide

# step 2: build project with export compile commands:
cd minitest
mkdir build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..

#step 3: extract files you want to mutate:
jq --compact-output ‘[.[] | .file]’ compile_command.json

#step 3b: if present (usually not), remove test files such as the test/main.cp one

#step 4: go to README of TOOL to continue


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • Shell 11.2%
  • Makefile 1.7%
  • CMake 0.5%