Skip to content

Regression testing (selftest)

robertdavidgraham edited this page Jul 28, 2013 · 1 revision

The selftest option (--selftest or -T) runs a regression-test/unit-test over 90% of the code paths. It should be run after doing a build:

masscan --selftest

Note that this is an offline test. No packets will be generated. In the future there may be an online regression test option, such as setting up another instance as a server to receive packets.