Ejemplo n.º 1
0
def run_unit_test(
        directory_pathname,
        build_type):
    devenv.build_objects(directory_pathname, build_type)
    devenv.run_unit_tests(directory_pathname, build_type)
Ejemplo n.º 2
0
def build_project(
        directory_pathname,
        build_type):
    devenv.build_objects(directory_pathname, build_type)