Skip to content

Commit

Permalink
README.md: Brief section explaining about our testsuite
Browse files Browse the repository at this point in the history
This should help with issues like #22.

Signed-off-by: Sergio Durigan Junior <[email protected]>
  • Loading branch information
Sergio Durigan Junior authored and samueloph committed Aug 30, 2024
1 parent 9e7bc7b commit 994afa8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@ parsing of the URL.

`wcurl --curl-options="--continue-at -" example.com/filename.txt`

# Running the testsuite

If you would like to run the tests, you will first need to install the
`shunit2` package. On Debian-like and Fedora-like systems, the
package is called `shunit2`.

After that, you can run the testsuite by simply invoking the test
script:

```sh
./tests/tests.sh
```

# Authors

Samuel Henrique &lt;[[email protected]](mailto:[email protected])&gt;
Expand Down

0 comments on commit 994afa8

Please sign in to comment.