Configure Snort with --enable-test-coverage
Gwendal Cournee via Snort-devel <[email protected]>
| Newsgroups | gmane.comp.security.ids.snort.devel |
|---|---|
| Message-ID | <CAJkgRMmF9h3OWpO4F8bVEMsps9Wc3OQcry7Mrh4Nc86YSejxAQ@mail.gmail.com> |
To whom it may concern, I would like to do a code coverage with gcov of Snort (I am testing it with a program), so I configured it with the following line : ./configure --enable-test-coverage --enable-debug In the makefile, CFLAGS does include '-fprofile-arcs -ftest-coverage', which is required to make gcov works. However, installation then works fine, but i can not find or understand where the output file is (the .gcov files). How can I use gcov with Snort ? Any help would be appreciated, Gwendal Cournée _______________________________________________ Snort-devel mailing list [email protected] https://lists.snort.org/mailman/listinfo/snort-devel Please visit http://blog.snort.org for the latest news about Snort!