Changes
Page history
Update Testing
authored
Aug 25, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Testing.md
View page @
b102a0df
...
...
@@ -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 ...]`
...
...
...
...