[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-dev] Query On Csmith



Hi,

I need to generate C program using Csmith and need to devise methods to increase coverage.

Could you please suggest me the proper way?

The way I did was as follows:
Csmith --concise -o csmith.c
gcc -fprofile-arcs -ftest-coverage csmith.c
Gcov csmith.c
Gedit csmith.c.gcov


Regards
Tanim