mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-03-06 14:43:26 -08:00
CBFSTool tests
To run the tests do pytest name_of_the_file.py. E.g:
$ pytest elogtool_test.py
Dependencies
Pytest
Requires pytest. To install it do:
$ pip install --user pytest
Binaries
Make sure that you have compiled the cbfstool binaries before running the test. e.g:
$ cd $COREBOOT_SRC/util/cbfstool
$ make