Skip to content

[aica] Workaround for out-of-bounds accesses #69

[aica] Workaround for out-of-bounds accesses

[aica] Workaround for out-of-bounds accesses #69

Workflow file for this run

name: SH4 Interpreter Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: SingleStepTests/sh4
path: sh4_json
- name: Move JSON test files to temp directory
run: mkdir /home/runner/dev && mv sh4_json /home/runner/dev/sh4_json/
- name: Transcode JSON test files
working-directory: /home/runner/dev/sh4_json/
run: python ./transcode_json.py
- name: Move JSON test files to final location
run: mv /home/runner/dev/sh4_json/ ../SingleStepTests_sh4/
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0-dev.351+64ef45eb0
- uses: actions/checkout@v4
with:
submodules: 'true'
- run: zig build sh4_test --summary all