Add a test for all possible extracted firmwares

pull/116/head
Hamish Coleman 5 years ago
parent e1e0400d13
commit 046b26bdda

@ -7,3 +7,4 @@ before_script:
script:
- make test
- make test.extracted

@ -33,6 +33,11 @@ $(shell mkdir -p $(DEPSDIR))
test: $(addsuffix .iso,$(LIST_PATCHED))
test.extracted: $(addsuffix .orig,$(shell grep rule:IMG Descriptions.txt |cut -d" " -f1))
# TODO
# - add tests for the non xx30 supported things
# Remove all the locally generated junk (including any patched firmware
# images) and any small downloads
clean:

Loading…
Cancel
Save