Skip to content

1.16.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 10 Sep 20:54
· 447 commits to master since this release

This release adds option --time. Compile-time feature selection was added to omit option --time and to add literal suffixes 'u', 'l' and 'f'. Examples were added for approx to compare floating point numbers and to illustrate reporting a user-defined type. Further, expression decomposition has been improved.

Usage: test [options] [test-spec ...]

Options:

  • -h, --help, this help message
  • -a, --abort, abort at first failure
  • -c, --count, count selected tests
  • -l, --list, list selected tests
  • -p, --pass, also report passing tests
  • -t, --time, list duration of selected tests
  • --, end options

Test specification:

  • "*": all tests, unless excluded
  • empty: all tests, unless tagged [.] or [hide]
  • "text": select tests that contain text (case insensitive).
  • "!text": omit tests that contain text (case insensitive).