Lines Matching defs:testSchema
59 # use testSchema of backend Haskell and modify it
60 testSchema = tests.copy()
62 testSchema['simple'].compiler = config.INTERPRETER
63 testSchema['simple'].interpreter = config.INTERPRETER
64 testSchema['simple'].syntax = SYNTAX_TEMPLATE
65 testSchema['simple'].semantic = wrapperTemplate
67 testSchema['permutation'].compiler = config.INTERPRETER
68 testSchema['permutation'].interpreter = config.INTERPRETER
69 testSchema['permutation'].syntax = SYNTAX_TEMPLATE
70 testSchema['permutation'].semantic = wrapperTemplate
88 testSchema = testSchema