[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: |
Sat, 08 Nov 2014 07:56:44 -0800 |
Branch: refs/heads/master
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
Commit: a21ea1e91dd5d799e20ccf67d537461b43ff3e90
https://github.com/paparazzi/paparazzi/commit/a21ea1e91dd5d799e20ccf67d537461b43ff3e90
Author: Felix Ruess <address@hidden>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
fix travis config
use prove instead of make run_tests so it will use all tests in tests/examples
(we can add more without changing config)
Commit: 81aa9e90c293246493747e130e8b0d47f01e6db0
https://github.com/paparazzi/paparazzi/commit/81aa9e90c293246493747e130e8b0d47f01e6db0
Author: Felix Ruess <address@hidden>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M Makefile.ac
M sw/supervision/paparazzicenter.ml
M sw/tools/generators/gen_airframe.ml
M sw/tools/generators/gen_flight_plan.ml
M sw/tools/generators/gen_radio.ml
Log Message:
-----------
[build] don't print infos on stderr
generators should only output on stderr if there actually was an error.
Rather echo to stdout from the makefile to print the info.
This makes it possible to redirect stderr on compiling/testing to a buffer/file.
E.g. to check if there were warnings..
Compare:
https://github.com/paparazzi/paparazzi/compare/7b892a5ae0c3...81aa9e90c293