File CommandLineRunner.hpp¶
↰ Parent directory (include/mu/tiny/test)
Entry point for running all registered tests from a main() function.
Definition (include/mu/tiny/test/CommandLineRunner.hpp)¶
Detailed Description¶
Supported command-line flags:
-vverbose output-gname run only tests in the named group-nname run only tests with the given name-rcount repeat the test runcounttimes-srun each test in a separate subprocess (crash isolation)
Includes¶
mu/tiny/export.hmu/tiny/test/CommandLineArguments.hpp(File CommandLineArguments.hpp)mu/tiny/test/Output.hpp(File Output.hpp)