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!