Explorar el Código

Throw if any tests fail

default_compile_flags
vector-of-bool hace 5 años
padre
commit
fc6e0d2d16
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      src/dds/build.cpp

+ 4
- 0
src/dds/build.cpp Ver fichero

@@ -420,6 +420,10 @@ void dds::build(const build_params& params, const package_manifest&) {
}
}

if (n_test_fails) {
throw compile_failure("Test failures during build");
}

if (params.do_export) {
export_project(params, project);
}

Cargando…
Cancelar
Guardar