Provide instructions on how to run tests
Compare changes
+ 15
− 1
@@ -34,6 +34,8 @@ dotnet publish ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -r <RID> -o
@@ -34,6 +34,8 @@ dotnet publish ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -r <RID> -o
Both commands output to the SparseTransform directory at the project root. The output path can be changed as desired.
We currently use [Doxygen](https://www.doxygen.nl/) to generate an HTML documentation as well as the LaTeX files needed to generate a PDF manual. Make sure you have a working installation of Doxygen installed.
@@ -62,4 +64,16 @@ If you do not have Make installed use `latexmk` (Obtainable e.g. via the MiKTeX
@@ -62,4 +64,16 @@ If you do not have Make installed use `latexmk` (Obtainable e.g. via the MiKTeX
\ No newline at end of file