Update Testing authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -5,7 +5,7 @@ In order to assure that the preprocessor and building scripts work as intended,
# Test Template
Each test has 5 stages:
* [Prepare generic variables](#genericvariables).
* [Prepare generic variables](#generic-variables).
* Run the script to be tested (with different combinations of input arguments
* Compare the output with a reference file usually via a [`diff`](https://en.wikipedia.org/wiki/Diff) command.
* Check whether all files where created using `if [ -f ...]`
......
......