You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: