From 994afa8cadfb543287c35cb12aad908311467add Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 28 Aug 2024 23:09:05 -0400 Subject: [PATCH] README.md: Brief section explaining about our testsuite This should help with issues like #22. Signed-off-by: Sergio Durigan Junior --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fa3c11a..dffc596 100644 --- a/README.md +++ b/README.md @@ -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 <[samueloph@debian.org](mailto:samueloph@debian.org)>