Refactored test suite template code

Restructed test suite helper and main code to support tests suite helper
functions, changed C++ comments to C-style, and made the generated
source code more navigable.
This commit is contained in:
SimonB
2016-02-17 23:34:30 +00:00
committed by Andres Amaya Garcia
parent 0284f58234
commit 8bcd549a3a
3 changed files with 41 additions and 41 deletions

View File

@@ -152,7 +152,7 @@ print TEST_FILE << "END";
/*----------------------------------------------------------------------------*/
/* Common helper functions */
/* Common helper code */
$test_common_helpers