Running Autotester
As mentioned in the previous section, there are two general ways to run Autotester:
Recursively process all ATC files in a directory, for example:
autotester examples/structured_tests
If no folder is specified, Autotester will start in the current directory.
Using the option
-s|--singleto run a single ATC file, for example:
autotester -s examples/simple_test/main.atc
To get information about the command line options, run
autotester --help. It’s also possible to get an XML description of
Autotester and it’s options by running autotester --xmlhelp.