mjayce 发表于 2022-1-19 12:58:07

调试运行milu变异测试软件有没有人可以留言联系方式

调试运行milu变异测试软件有没有人可以留言联系方式
https://github.com/yuejia/Milu
Project Information
Introduction
Milu is an efficient and flexible C mutation testing tool designed for both first order and highe order mutation testing. The name 'Milu' is from a deer composed of four other animals. It has a horse's head, a deer's antlers, a donkey's body and a cow's hooves.

If you've downloaded Milu, please let me know. If you are using Milu as part of your research work (e.g. comparing your tool against it), then please cite the following paper.

Yue Jia and Mark Harman. Milu: A Customizable, Runtime-Optimized Higher Order Mutation Testing Tool for the Full C Language TAIC PART'08, Windsor, UK, 29th-31st August 2008.

Get Source Code
git clone https://github.com/yuejia/Milu

Compilation in Ubuntu
sudo apt-get install build-essential libglib2.0-dev llvm libclang-dev
git clone https://github.com/yuejia/Milu
cd Milu
make
Usage
./bin/milu -f func.txt src.c NB: src.c need to be processed by gcc -E, func.txt contains a list of names of the functions under test

./bin/milu -? (to show options)

Examples
Before to use the examples, you should compile the code. When you compile the code, a folder "bin" will be created. After that you can run the examples.

To run:

$ sh run.sh
Acknowledgement
This project was supported by the EPSRC grant, EP/D050863(SEBASE) and the ORSAS.

mjayce 发表于 2022-1-19 13:04:03

有偿啊

mjayce 发表于 2022-1-19 13:04:16

有偿 有偿 来个大哥
页: [1]
查看完整版本: 调试运行milu变异测试软件有没有人可以留言联系方式