forked from Sten-Vercammen/F-ASTMut
-
Notifications
You must be signed in to change notification settings - Fork 0
License
andreaswurtz/F-ASTMut
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- C++ 86.6%
- Shell 11.2%
- Makefile 1.7%
- CMake 0.5%