This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
#define VERBATIM_STRINGIFY(x) #x
|
|
#define STRINGIFY(x) VERBATIM_STRINGIFY(x)
|
|
default{state_entry(){
|
|
__AGENTID__;
|
|
__AGENTKEY__;
|
|
STRINGIFY(__AGENTIDRAW__);
|
|
__LINE__;
|
|
__SHORTFILE__;
|
|
__AGENTNAME__;
|
|
STRINGIFY(__ASSETID__);
|
|
}}
|