- The program name is fgfs_test_suite, not run_test_suite.
- Add three examples for particularly useful tasks; be explicit about
how to discover available test names.
- std::endl flushes the stream every time it is used; better use '\n'
in most places (more efficient and takes less space on screen). :-)