Commit fb14c25
committed
vmm: implement test method in mod tests
The functions get_kernel_cmdline and remove_addr are only used in tests,
but they were defined in the Vmm implementation. Add a test implementation
for Vmm in mod tests for these functions because otherwise they are
included in the coverage report.
Signed-off-by: Andreea Florescu <[email protected]>1 parent af18e51 commit fb14c25
1 file changed
+17
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
1509 | | - | |
1510 | | - | |
1511 | | - | |
1512 | | - | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
1516 | | - | |
1517 | | - | |
1518 | | - | |
1519 | | - | |
1520 | | - | |
1521 | 1504 | | |
1522 | 1505 | | |
1523 | 1506 | | |
| |||
1570 | 1553 | | |
1571 | 1554 | | |
1572 | 1555 | | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
1573 | 1573 | | |
1574 | 1574 | | |
1575 | 1575 | | |
| |||
0 commit comments