soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot2.git] / util / cbfstool / tests / README.md
blob8ba69744cd01d59605f2d3d8578911c10cbbba7d
1 # CBFSTool tests
3 To run the tests do `pytest name_of_the_file.py`. E.g:
5 ```shell
6 $ pytest elogtool_test.py
7 ```
9 ## Dependencies
11 ### Pytest
13 Requires `pytest`. To install it do:
15 ```shell
16 $ pip install --user pytest
17 ```
19 ### Binaries
21 Make sure that you have compiled the cbfstool binaries before running the test. e.g:
23 ```shell
24 $ cd $COREBOOT_SRC/util/cbfstool
25 $ make
26 ```