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
05b8c86e71
|
1 year ago | |
---|---|---|
.github | 1 year ago | |
docker | 1 year ago | |
src | 1 year ago | |
tests | 1 year ago | |
.dockerignore | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
Dockerfile | 1 year ago | |
README.md | 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 homebrewDockerfile
: 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