32 lines (28 with data), 784 Bytes
//# List of defines statements for testing
//#
//# The following will run 2 tests:
//# [{'BM_LEG_MUSCLES_RIGHT': 'OFF'},
//# {'BM_LEG_MUSCLES_RIGHT': '_MUSCLES_SIMPLE_'}]
//#
//# If more more lists are specified then the entries are combined to run
//# all combinations
//#
//# For example:
//# ([{'T1': 1}, {'T1': 2}, {'T1': 3}],
//# [{'DEF2': '"text1"'}, {'DEF2': '"text2"'}] )
//#
//# This will run 6 test with the combinations of T1 and DEF2 defines.
//#
//[{'TEST_DEFINE': '"TEST_RUN"'}]
#include "Circles.main.any"
/*
Other stuff can be addded to the test files, to run more advanced tests.
Main =
{
AnyStringVar test_string = TEST_DEFINE;
RunApplication =
{
AnyOperationDummy test_operation ={ };
};
};
*/