Skip to content

Commit

Permalink
v1.16.0 Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 10, 2014
1 parent c990022 commit 5a7e726
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
Changes for lest � lest errors escape testing


version 1.16.0 2014-09-10

- Add option --time to report duration of selected tests.
- Add compile-time feature to omit option --time and reduce overhead.
- Add compile-time feature to include literal suffixes 'u', 'l' and 'f'.
- Add example for approx.
- Add example for reporting a user-defined type.
- Fix regular-expression-related test selection
- Improve expression decomposition per Catch 1.0b53.


version 1.15.0 2014-09-5

- Add option --abort
- Add option --abort to stop on first failure
- Add option --pass to also report success
- Add test for option -p, --pass
- Change to use TEST() macro
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Options:
- `-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:
Expand Down

0 comments on commit 5a7e726

Please sign in to comment.