Commit a4c6099
cmocka: Remove greatest common divisor 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 6f0fd9e commit a4c6099
3 files changed
Lines changed: 3 additions & 121 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.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments