// Step 1956: PolyglotOrchestrator // // t1: addFunction delegates to functionMap // t2: recordResult and runSummary pass/fail // t3: runSummary allPassed when no failures // t4: functionMap lookup via orchestrator // t5: setContext and contextHas via executionContext #include "PolyglotOrchestrator.h" #include namespace ws = whetstone; static int p=0,f=0; #define T(n) { std::cout<<" "<<#n<<"... "; } #define P() { std::cout<<"PASS\n"; ++p; } #define F(m) { std::cout<<"FAIL: "< 0 ? 1 : 0; }