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:
parent
6e8562f712
commit
9bb6123963
6 changed files with 1147 additions and 15 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue