From 272363465ff27ca9544bf71f41a05a2c35072ccf Mon Sep 17 00:00:00 2001
From: Paul Nitzke <14367-paulenit@users.noreply.git.rwth-aachen.de>
Date: Sun, 26 Jun 2022 15:25:34 +0200
Subject: [PATCH] Add documentation for running unit tests

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4ad22c2..8a28aa4 100644
--- a/README.md
+++ b/README.md
@@ -62,4 +62,16 @@ If you do not have Make installed use `latexmk` (Obtainable e.g. via the MiKTeX
 latexmk refman
 ```
 
-The compiled PDF file is named `refman.pdf` and also stored in the `latex` folder.
\ No newline at end of file
+The compiled PDF file is named `refman.pdf` and also stored in the `latex` folder.
+
+## How to Run the NUnit Test Suite
+
+> The instructions below assume that your working directory is at the project root
+
+This project uses [NUnit](https://nunit.org/) for unit testing. The complete test suite can be run using the dotnet command
+
+```
+dotnet test
+```
+
+or the Visual Studio interface.
\ No newline at end of file
-- 
GitLab