This adds a simple test applications that runs snprintf on standard
format specifiers and compares the output with the expected output.
The assumption is that internally every stdio implementation uses the
same formatting code for each member of the printf functions family,
so testing snprintf only is sufficient.