Running fuzz test on a sample C++ project
ashima15448 opened this issue · 0 comments
ashima15448 commented
Hi,
I have a sample C++ project having its own main(). How can I run fuzz test on it? Right now I am trying to run clang++ on the folder having .cpp files but it is not working. Simply using Makefile to build my project and running it is also not working.
What is the right approach to run a c++ project with fuzz?
Thank you.