Csmith
   HOME

TheInfoList



OR:

Csmith is a test case generation tool. It can generate random C programs that statically and dynamically conform to the C99 standard. It is used for stress-testing compilers, static analyzers, and other tools that process C code. It is a free, open source, permissively licensed C compiler
fuzzer In programming and software development, fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exception ...
developed by researchers at the University of Utah. It was previously called Randprog.


External links


University of Utah Csmith webpage

yarpgen
Yet Another Random Program Generator, yarpgen is a random C/C++ program generator


References

{{reflist C (programming language) compilers