mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07: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