Ensure that the full patched test tries to generate both ISO and IMG outputs

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

@ -31,7 +31,7 @@ list_laptops:
DEPSDIR := .d
$(shell mkdir -p $(DEPSDIR))
test: $(addsuffix .iso,$(LIST_PATCHED))
test: $(addsuffix .iso,$(LIST_PATCHED)) $(addsuffix .img,$(LIST_PATCHED))
test.img.orig: $(addsuffix .orig,$(shell grep rule:IMG Descriptions.txt |cut -d" " -f1))

Loading…
Cancel
Save