You should be able to enable unit tests in the code by passing the configure option --enable-unittests <br><br>You can run all unit tests by running<br><br>src/suricata -u<br><br>Or you can use a case insensitive regex string to only run certain tests<br>
<br>src/suricata -u -U "decode"<br><br>will run any matching unit tests<br><br>Test DecodeEventTestParse01                                       : pass<br>Test DecodeEventTestParse02                                       : pass<br>
Test DecodeEventTestParse03                                       : pass<br>Test DecodeEventTestParse04                                       : pass<br>Test DecodeEventTestParse05                                       : pass<br>
Test DecodeEventTestParse06                                       : pass<br>(etc)<br><br><div class="gmail_quote">On Fri, Jan 15, 2010 at 1:31 PM, Yao-Min Chen <span dir="ltr"><<a href="mailto:Yaomin.Chen@sun.com">Yaomin.Chen@sun.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Folks,<br>
<br>
Congratulations on getting Suricata Engine out, a great news in the new<br>
year!<br>
<br>
I've downloaded and made a few changes in the source code so it compiles<br>
in Solaris.  I wonder if there are unit tests available so I can test<br>
the compiled binary (sorry if this a newbie question). Also if anyone<br>
can provide a heads up on what functionality may likely to fail in<br>
Solaris, I'd appreciate that. One thing in particular that I have<br>
noticed is the processor affinity that Linux and Solaris have different<br>
facilities. So I'd like to test that part out extensively.<br>
<br>
Regards,<br>
Yaomin<br>
_______________________________________________<br>
Oisf-devel mailing list<br>
<a href="mailto:Oisf-devel@openinfosecfoundation.org">Oisf-devel@openinfosecfoundation.org</a><br>
<a href="http://lists.openinfosecfoundation.org/mailman/listinfo/oisf-devel" target="_blank">http://lists.openinfosecfoundation.org/mailman/listinfo/oisf-devel</a><br>
</blockquote></div><br>