// Step 1954: PolyglotExecutionContext // // t1: setConfig and languageCount // t2: getConfig returns correct fields // t3: hasConfig correct; getConfig throws on missing // t4: config env vars and working_dir // t5: configuredLanguages list #include "PolyglotExecutionContext.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; }