test: convert test_boot to runtime tests with F32

Move the `test_boot` suite into ./test/run closer to the other runtime
tests, and convert the used manifest over to an MPP based F32 manifest.
This commit is contained in:
David Rheinsberg 2020-05-27 17:03:32 +02:00
parent 6e8562f712
commit 9bb6123963
6 changed files with 1147 additions and 15 deletions

View file

@ -126,6 +126,7 @@ $(TEST_MANIFESTS_GEN): $(SRCDIR)/test/data/manifests/%.json: $(SRCDIR)/test/data
"--cwd=$(SRCDIR)/test/data/manifests"
$(SRCDIR)/test/data/manifests/f32-base.json: $(SRCDIR)/test/data/manifests/f32-build.json
$(SRCDIR)/test/data/manifests/fedora-boot.json: $(SRCDIR)/test/data/manifests/f32-build.json
.PHONY: test-data
test-data: $(TEST_MANIFESTS_GEN)