[feat] Add a unit-testing framework to the kernel #12
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hubert/Pi-kachULM_OS#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Programming a kernel is quite a daunting task. It will be a good idea to test it extensively. For that, a first step is to write unit tests. But, the traditional unit testing frameworks in C++ (GoogleTest, Catch2, etc.) may not be compatible with kernel development.
So, we need probably to implement our own unit-testing framework (a simplified one). In practice, this should not be too difficult.
Expected features: