"""Simple check that compilation works""" from SCons.Script import Exit def _check(context): context.Message('Checking that the compiler works... ') ret = context.TryRun("""#include int main() { std::cout << "Hello world" <