Local generator configuration. Generators are treated as source files that can be invoked by test generation scripts.
LocalGenerator
{ * name: 'gen-random', * source: './generators/random.cpp', * sourceType: 'cpp.g++17' * } Copy
{ * name: 'gen-random', * source: './generators/random.cpp', * sourceType: 'cpp.g++17' * }
Generator name/identifier
Path to generator source file (must be C++)
Optional
C++ compiler version (generators must use testlib.h)
Local generator configuration. Generators are treated as source files that can be invoked by test generation scripts.
LocalGenerator
Example