public void testInvokingNonCAF_lecc () {
if (test_lecc_machine) {
WorkspaceManager workspaceManager = leccCALServices.getWorkspaceManager();
Compiler compiler = leccCALServices.getCompiler();
CompilerMessageLogger messageLogger = new MessageLogger();
EntryPoint entryPoint = compiler.getEntryPoint(
EntryPointSpec.make(QualifiedName.make(CALPlatformTestModuleNames.RuntimeRegression, "nonCAFEntryPoint")),
CALPlatformTestModuleNames.RuntimeRegression, messageLogger);
if (messageLogger.getNMessages() > 0) {
System.err.println(messageLogger.toString());
}
final ExecutionContext executionContext = leccCALServices.getWorkspaceManager().makeExecutionContextWithDefaultProperties();
CALExecutor executor = workspaceManager.makeExecutor(executionContext);