The --self-test command line option has the short option -t but t is missing from the getopt_long call and hence -t is not recognised.
Can be fixed by adding t to the getopt_long call in mod-host.c main function.
I am not sure how valid the self test is. It looks more relevant to Cardinal project!
The
--self-testcommand line option has the short option-tbuttis missing from thegetopt_longcall and hence-tis not recognised.Can be fixed by adding
tto thegetopt_longcall in mod-host.cmainfunction.I am not sure how valid the self test is. It looks more relevant to Cardinal project!