You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ian Chamberlain 2f70af3297
Update to latest checkout action to hide warnings
1 year ago
.github/workflows Update to latest checkout action to hide warnings 1 year ago
run-tests Minor docker cleanup 1 year ago
setup Move actions to top-level for nicer call syntax 1 year ago
test-runner Big restructure for crate and actions 1 year ago
.gitignore Copy test runner and actions from ctru-rs 1 year ago
README.md Move actions to top-level for nicer call syntax 1 year ago

README.md

test-runner-3ds

A set of tools for running automated Rust tests against Citra (3DS emulator).

Components

  • test-runner: a Rust crate for writing tests for 3DS homebrew
  • Dockerfile: builds a container for running test executables with Citra.
  • GitHub Actions:
    • .github/actions/setup: action for setting up the Rust 3DS toolchain in workflows
    • .github/actions/citra: action for running test executables with Citra in workflows

Usage