Integrate the battery-only patches into the test framework

master
Hamish Coleman 2 years ago
parent 01760fe0d1
commit 7feba3cbce

@ -20,6 +20,8 @@ jobs:
- run: sudo make build-deps
- run: make patch_enable_battery
- run: make test
- run: make patch_disable_keyboard
- run: make test.batteryonly
- run: rm -f .config
- run: make test
- run: make test.img.orig

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

Loading…
Cancel
Save