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

Possibilty to specify conf.xml file for building aircrafts #1134

Merged
merged 3 commits into from
Mar 12, 2015
Merged

Conversation

flixr
Copy link
Member

@flixr flixr commented Mar 12, 2015

Mostly interesting for running the tests (e.g. compiling all aircrafts in a given conf.xml).

If the CONF_XML environment variable is set, use that conf.xml file instead of the standard $PAPARAZZI_HOME/conf/conf.xml
Meaning you can run tests for a different conf without changing the conf.xml symlink, e.g.
CONF_XML=$PAPARAZZI_HOME/conf/conf_tests.xml prove tests/examples

If the CONF_XML environment variable is set, use that conf.xml file instead of the standard $PAPARAZZI_HOME/conf/conf.xml
Meaning you can run tests for a different conf without changing the conf.xml symlink, e.g.
```
CONF_XML=$PAPARAZZI_HOME/conf/conf_tests.xml prove tests/examples
```
@gautierhattenberger
Copy link
Member

It looks okay to me

@flixr flixr merged commit 7c35b5e into master Mar 12, 2015
@flixr flixr deleted the conf_xml_env branch March 12, 2015 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants