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

Function prepareIntegrationTestSources

buildimpl.py:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)
78 for lang in tested_languages:
79 copyTree(
80 'mgen-integrationtests/generated/' + proj + '/src_generated/' + lang,
81 'mgen-integrationtests/' + lang + 'check/' + proj + '/src_generated/test/' + lang
82 )
83 prepareNormalTestSources()
84 prepareIntegrationTestSources()
85

Callers 1

tests_generate_codeFunction · 0.85

Calls 2

mgen_compileFunction · 0.85
copyTreeFunction · 0.85

Tested by

no test coverage detected