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

Environment wrapper #38

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    6d80ba4 View commit details
    Browse the repository at this point in the history
  2. added wrapper program to setup PATH and LD_LIBRARY_DIR

    using add_wrapper( name PATH ... LIB ... )  targets, files and directories can be
    added to either PATH or LD_LIBRARY_DIR. The executable
    env_wrapper will load the settings from files run the passed command in
    the changed environment.
    
    This should solve missing executable errors in the test cases.
    finnhaedicke committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    ac39ac2 View commit details
    Browse the repository at this point in the history