Rename the img extraction test to hopefully be more clear

pull/120/head
Hamish Coleman 5 years ago
parent ea767e935d
commit faf4227818

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

@ -33,7 +33,7 @@ $(shell mkdir -p $(DEPSDIR))
test: $(addsuffix .iso,$(LIST_PATCHED))
test.extracted: $(addsuffix .orig,$(shell grep rule:IMG Descriptions.txt |cut -d" " -f1))
test.img.orig: $(addsuffix .orig,$(shell grep rule:IMG Descriptions.txt |cut -d" " -f1))
# TODO
# - add tests for the non xx30 supported things

Loading…
Cancel
Save