Skip to content

Commit

Permalink
doc: add mention coreutils on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Dec 10, 2023
1 parent 30c47fa commit bb48749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This directory contains the [test fixtures](https://en.wikipedia.org/wiki/Test_f
1. Build the project in debug mode: `cargo build`
2. Execute the runner script in this directory: `./test-fixtures.sh`

On `macOS` you need to have [coreutils](https://www.gnu.org/software/coreutils/) installed to run the script.
The simplest way is to install it via [Homebrew](https://brew.sh/): `brew install coreutils`

### Adding new fixtures

Create an appropriately named directory for the test fixture you want to add. e.g. `test-file-upload`
Expand Down

0 comments on commit bb48749

Please sign in to comment.