Update Testing authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
# Unit Testing Suite # Unit Testing Suite
In order to assure that the preprocessor and building scripts work as intended, every script comes with a collection of tests. The test suites also reside in the subdirectory `bin` and carry the filename prefix `test_`. In order to assure that the preprocessor and building scripts work as intended, every script comes with a collection of tests. The test suites also reside in the subdirectory `bin` and carry the filename prefix `test_`. Every test that comes with reference files come with an additional subdirectory `/testing/test_name-of-your-sub`.
# Test Template # Test Template
... ...
......