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.

19 lines
509 B

3 years ago
# test-runner-3ds
<!-- TODO: better name! -->
A set of tools for running automated Rust tests against Citra (3DS emulator).
## Components
3 years ago
* `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
3 years ago
## Usage
<!-- TODO -->