test: Add a README

This commit is contained in:
Tim Gover
2025-04-08 09:40:41 +01:00
committed by Tim Gover
parent f087342b26
commit 816bf7c594
2 changed files with 28 additions and 0 deletions

14
test/README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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
```