Commit c5b382e
committed
cmocka: Remove find equal int16 values tests
This patch removes tests that have been successfully converted to the
new framework (from cmock to ztest).
Code coverage testing did not reveal any regression.
CMock stats for number.c
- lines: 80.4 % (45/56)
- funcs: 83.3 % (5/6)
- branches: 78.1 % (25/32)
Ztest stats for number.c
- lines: 83.6 % (46/55)
- funcs: 83.3 % (5/6)
- branches: 78.9 % (30/38)
Additionally, information about the source of the original code and its
author has been added to the new version of tests.
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent 98c9361 commit c5b382e
3 files changed
Lines changed: 2 additions & 60 deletions
File tree
- test
- cmocka/src/math/numbers
- ztest/unit/math/basic/arithmetic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 3 | | |
9 | 4 | | |
10 | 5 | | |
| |||
This file was deleted.
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments