[`make test` runs a simple set of python commands on the micropython firmware](https://github.com/upy-fpga/micropython/blob/master/litex/Makefile#L84-L85). It would be good if this worked on real hardware. Probably need some support in flterm for sending commands initially and then exiting. Might be able to [do something with pexpect](https://pexpect.readthedocs.io/en/stable/)?