On Sat, Jul 31, 2021 at 06:58:29PM +0200, Christian Brauner wrote: > From: Christian Brauner <christian.brauner@xxxxxxxxxx> > > - Use sequential option numbering for option parsing since we're only > using longopts anyway and to easier correlate test parsing in the > switch with the options specified in longopts. These sequential options are rally weird. Why not use getopt_long_only? > > - Introduce an explicit command line switch to runs the basic test > suite. This prepares for the introduction of additional command line > switches to run tests. > - Update help output. > - Use die() when logging test failure. Each of these changes really should be a separate patch.