Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing constant cleaning when compiling tests #2712

Merged
merged 1 commit into from
Sep 26, 2016

Commits on Sep 22, 2016

  1. Fixing constant cleaning when compiling tests

    This addresses the issue where building tests via test.py always triggered
    a clean build. This is because the mbed_config.h file was being deleted from
    the shared OS build to ensure that the correct config was always being
    used. However, this contanstly triggered a rebuild of the OS since the
    config file was not present.
    
    Due to the shared build, having multiple app configurations that could
    override the OS settings is not possible. For this reason, we now ignore
    app config files unless explicitly set via the command line option
    '--app-config'. Though there will now be two mbed_config.h files in the
    include path of the build, it shouldn't matter since the contents will be
    the same.
    bridadan committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    aeca796 View commit details
    Browse the repository at this point in the history