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, ...@@ -5,7 +5,7 @@ In order to assure that the preprocessor and building scripts work as intended,
# Test Template # Test Template
Each test has 5 stages: 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 * 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. * 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 ...]` * Check whether all files where created using `if [ -f ...]`
... ...
......