[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 6d2acf: [generators] gen_aircr
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 6d2acf: [generators] gen_aircraft: possibility to specify ... |
Date: |
Thu, 12 Mar 2015 09:12:35 -0700 |
Branch: refs/heads/conf_xml_env
Home: https://github.com/paparazzi/paparazzi
Commit: 6d2acf227dcd2a832a8b6863a06c6d1886977efd
https://github.com/paparazzi/paparazzi/commit/6d2acf227dcd2a832a8b6863a06c6d1886977efd
Author: Felix Ruess <address@hidden>
Date: 2015-03-12 (Thu, 12 Mar 2015)
Changed paths:
M Makefile.ac
M sw/tools/generators/gen_aircraft.ml
Log Message:
-----------
[generators] gen_aircraft: possibility to specify conf.xml file
Commit: 81f562dc38070fb23923d5016dc1be2cebd836ee
https://github.com/paparazzi/paparazzi/commit/81f562dc38070fb23923d5016dc1be2cebd836ee
Author: Felix Ruess <address@hidden>
Date: 2015-03-12 (Thu, 12 Mar 2015)
Changed paths:
M Makefile.ac
M tests/examples/01_compile_all_aircrafts.t
Log Message:
-----------
[build] possibilty to specify conf.xml file used for tests
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
```
Compare:
https://github.com/paparazzi/paparazzi/compare/6d2acf227dcd^...81f562dc3807
- [paparazzi-commits] [paparazzi/paparazzi] 6d2acf: [generators] gen_aircraft: possibility to specify ...,
GitHub <=