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

@ -22,17 +22,6 @@ jobs:
with:
run: make test-runtime
boot_tests:
name: "Boot Tests"
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v2
- name: "Run Boot Tests"
uses: osbuild/containers/ghci/actions/ghci-osbuild@ghci/v1
with:
run: python3 -m unittest -v test.test_boot
assembler_tests:
name: "Assembler Tests"
runs-on: ubuntu-latest