yuejia / Milu

A higher order mutation testing tool
Other
58 stars 29 forks source link

Compilation error after mutation #1

Open ZicongLiu opened 10 years ago

ZicongLiu commented 10 years ago

I used Milu to create mutants for my benchmark code, namely grep.c in SIR-C. However I met compilation error when using gcc to compile the generate source code.

If you need the code that met error, contact me at zicong.liu.nju@gmail.com, thx!

celsiuscheng commented 8 years ago

It seems that I do encounter the same compilation problem with ZicongLiu , first of which is "src/mutation/ASTNode.c: 314: error: syntax error before "ASTNode" ". Did the developer have commited the right source code??