mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add integration tests
Tests if repository json files conform to the json schema. If all resources (images/icons/website URLs) they mention actually exists. And can also test writing images and the FAT modification code.
This commit is contained in:
parent
fce80b2a67
commit
05f1c4dbb5
11 changed files with 319 additions and 8 deletions
5
tests/test_firstrun.txt
Normal file
5
tests/test_firstrun.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Bogus firstrun.sh file, used for automated testing of FAT16/FAT32 modification code only"
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue