MCPcopy Create free account
hub / github.com/culvertsoft/mgen / prepareNormalTestSources

Function prepareNormalTestSources

buildimpl.py:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69def tests_generate_code():
70 def prepareNormalTestSources():
71 testModels = findFilesExt('mgen-compiler/src/test/resources', ['project.xml'], ['dependencies'])
72 for lang in tested_languages:
73 for model in testModels:
74 mgen_compile('mgen-' + lang + 'lib', '../' + model, '.', '../mgen-' + lang + 'generator/target')
75 def prepareIntegrationTestSources():
76 for proj in integ_test_projects:
77 mgen_compile("mgen-integrationtests", 'models/'+proj+'/project.xml', "generated/"+proj)

Callers 1

tests_generate_codeFunction · 0.85

Calls 2

findFilesExtFunction · 0.85
mgen_compileFunction · 0.85

Tested by

no test coverage detected