Command Line Switches

  • -v verbose, print each test name as it runs
  • -r# repeat the tests some number of times, default is one, default
    is # is not specified is 2. This is handy if you are experiencing
    memory leaks. A second run that has no leaks indicates that someone
    is allocating statics and not releasing them.
  • -g group only run test whose group contains the substring group
  • -n name only run test whose name contains the substring name