mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
15 lines
293 B
Markdown
15 lines
293 B
Markdown
# rpi-eeprom - unit tests
|
|
|
|
## test-rpi-eeprom-config
|
|
Unit test for rpi-eeprom-config which verifies:
|
|
|
|
* rpi-eeprom-config is compatible with all EEPROM binaries
|
|
* unit tests for modifying the boot.conf file
|
|
* simple code signing test
|
|
|
|
To run on Linux:
|
|
```
|
|
cd test
|
|
./test-rpi-eeprom-config
|
|
```
|