Coder Social home page Coder Social logo

shiyqw / accmut Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wangbo15/accmut

0.0 1.0 0.0 41.05 MB

License: Other

CMake 0.33% Makefile 0.25% Shell 0.11% Go 0.10% C++ 39.43% OCaml 0.23% Python 0.42% C 18.98% SourcePawn 0.01% Objective-C 0.34% Assembly 8.52% Objective-C++ 0.01% Batchfile 0.01% CSS 0.01% HTML 0.01% LLVM 31.08% Mirah 0.16% Groff 0.01% Perl 0.02% Emacs Lisp 0.01%

accmut's Introduction

# AccMut
AccMut is a framework of mutation testing for C programs. AccMut implements 
two accelerating methods of mutaiton testing, one is static mutation analysis, 
the other one is dynamic mutation analysis. AccMut is developed integrated into 
the Low Level Virtual Machine (LLVM).


### Install AccMut
 * cd the-root-of-accmut
 * mkdir build
 * ../configure --enable-optimized
 * make

Then Accmut is integrated into the C compiler Clang, which is located at "build
/Release+Asserts/bin/clang".

### Generate the mutation description file.
Use the new compiler at "build/Release+Asserts/bin/clang" to compile the 
program being tested. The mutation description file will be generated in the 
path "$HOME/tmp/accmut/mutations.txt". Make sure the directory has 
already existed. This file contains all mutations generated. Each line represents 
a LLVM-IR level mutation.


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.