Commit d6f02b7
cmocka: Remove normalize int32 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)
These were the last tests from this group and together with them I'm
removing the remaining references in the build system.
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 ca555d9 commit d6f02b7
4 files changed
Lines changed: 2 additions & 62 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 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
This file was deleted.
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