[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 8df5ff: [test] update compile_
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 8df5ff: [test] update compile_all_aircrafts test |
Date: |
Fri, 07 Nov 2014 05:07:33 -0800 |
Branch: refs/heads/tests_and_user_cflags
Home: https://github.com/paparazzi/paparazzi
Commit: 8df5ffbadc7fa694c4485d38bbcae3f63fb6420a
https://github.com/paparazzi/paparazzi/commit/8df5ffbadc7fa694c4485d38bbcae3f63fb6420a
Author: Felix Ruess <address@hidden>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M conf/Makefile.chibios-libopencm3
M conf/Makefile.geode
M conf/Makefile.jsbsim
M conf/Makefile.lpc21
M conf/Makefile.nps
M conf/Makefile.omap
M conf/Makefile.pentium-m
M conf/Makefile.sim
M conf/Makefile.stm32
A tests/examples/01_compile_all_aircrafts.t
R tests/examples/01_compile_all_test_targets.t
Log Message:
-----------
[test] update compile_all_aircrafts test
Also replace LOCAL_CFLAGS (which wasn't used anymore) with USER_CFLAGS (and add
where missing).
Now you can e.g. test compile all aircrafts/targets in your conf and add extra
flags like treating warnings as errors:
$ J=AUTO USER_CFLAGS=-Werror prove conf/examples
- [paparazzi-commits] [paparazzi/paparazzi] 8df5ff: [test] update compile_all_aircrafts test,
GitHub <=