mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
428 B
ReStructuredText
22 lines
428 B
ReStructuredText
Command Line Options
|
|
====================
|
|
|
|
.. toctree::
|
|
|
|
Suricata's command line options:
|
|
|
|
.. include:: partials/options.rst
|
|
|
|
Unit Tests
|
|
~~~~~~~~~~
|
|
|
|
The builtin unittests are only available when Suricata has been configured and built with
|
|
``--enable-unittests``.
|
|
|
|
Running unittests does not require a configuration file. Use -l to supply
|
|
an output directory.::
|
|
|
|
sudo suricata -u
|
|
|
|
.. include:: partials/options-unittests.rst
|