abbece53ff | ||
---|---|---|
.. | ||
arch/x86_64 | ||
common | ||
dtb | ||
elf | ||
example | ||
fs | ||
include | ||
mm | ||
object | ||
README.md |
README.md
#Tests
Unit tests
Dependencies
- lcov
Unit test
use minunit
Refer to example
Coverage
Refer to example
Use your own $PROJECT and $SOURCES
mkdir build
cd build
cmake .. -G Ninja
ninja
ninja lcov
if all tests passes, coverage report will be in the report
directory