Lorenz Meier
01bbd3976b
Add VTOL1 test mixer
8 years ago
Lorenz Meier
fb8243d5e1
Mixer test: Fix test, failing right now but showing the real issues
8 years ago
Lorenz Meier
8cc261a148
Slight improvements in unit tests
8 years ago
Daniel Agar
bae3f36900
circleci temporarily disable code coverage ( #6248 )
8 years ago
Bart Slinger
a7eed46062
Update vtol_att_control_main.cpp
...
Fixes https://github.com/PX4/Firmware/issues/6246
8 years ago
Dennis Mannhart
d124de5045
px4.config: add spektrum_rc to startup
...
added line at the end
8 years ago
Beat Küng
ab3b68cf18
ORB_PRIO: set ORB_PRIO_MIN to 1 instead of 0
...
This is needed as the sensors app assumes a value of 0 means uninitialized.
Follow-up to 'Sensors app: Fix consistency checks', a6696d339d
8 years ago
Beat Küng
000d965a5e
fix test_uart_loopback: 0 is a valid file descriptor
8 years ago
Daniel Agar
a9d3f0dc73
update gps driver submodule
8 years ago
Lorenz Meier
750ab87303
GPS Sim: Fix destructor
8 years ago
Lorenz Meier
9cfd46b87c
Airspeed sim: Fix reset function
8 years ago
Lorenz Meier
4fcb4cf0fd
MAVLink: Fix FTP file path handling
...
This was a real issue for long paths and not a flight safety issue for regular users, but could have been an issue for developers trying to use FTP on very deep nested file systems
8 years ago
Lorenz Meier
66226fb754
Land detector: Harden string handling
...
Due to known input this was not a real issue, but bad style.
8 years ago
Lorenz Meier
1a1522d3ff
Fix RC unit test
8 years ago
Lorenz Meier
9f3fe2a802
Fix unit tests leaking resources
...
This was harmless but none the less is not good style and needs fixing.
8 years ago
Beat Küng
2880bb185f
uavcan_main: replace std::array with a C array
...
Sadly, we cannot use std::array on NuttX
8 years ago
Beat Küng
59ca22ee6d
px4.h: remove this include, causes compile problems on GCC 6.1.0
...
It causes problems because it includes px4_nodehandle.h which in turn
includes <functional>, and this is not available on NuttX
8 years ago
Beat Küng
f0c905ae43
Makefile: remove executable bit
8 years ago
Daniel Agar
c5c676cbd5
tests template remove list_builtins
8 years ago
Daniel Agar
9689163125
tests skip junit output and cmake exclude from all
8 years ago
Daniel Agar
573aed0ee8
tests coverage reorder to avoid lcov issues
8 years ago
Daniel Agar
6d4579751a
tests add airspeedsim
8 years ago
Daniel Agar
d4d63b982d
unittests disable optimization for coverage
8 years ago
Daniel Agar
c37d2c13e3
circleci limit coveralls submit to main repo
8 years ago
Daniel Agar
b4da337cd4
test coverage cleanup
...
- dataman clean exit code
- unit test proper cleanup
- add some level of simulated sensors for tests
- delete unused test/standard_vtol
8 years ago
Julian Oes
a985c27ab0
navigator: reset reached flag, not reached seq
...
It doesn't make sense to reset the reached sequence, especially not to
false since it's an int.
8 years ago
Julian Oes
a394d148a1
navigator: don't reset current waypoint
...
We don't want to reset the current waypoint because this means that the
ground stations see a current waypoint of 0 if the current waypoint is
not updated e.g. when we're not in mission mode.
However, it is wrong to send 0 as the current waypoint because if we
switch back to mission mode, it will actually go to the last current
waypoint and not 0.
8 years ago
Daniel Agar
e0eada4400
travis-ci run coverity scan ( #6230 )
8 years ago
Daniel Agar
a0837b88a5
cmake add clang santiziers
...
- PX4_ASAN=1 enable address sanitizer (was MEMORY_DEBUG)
- PX4_TSAN=1 enable thread santiizer
- PX4_UBSAN=1 enable undefined behaviour santizier (some options off)
8 years ago
Daniel Agar
1ceb0bebb5
sitl tests don't manually stop mavlink and dataman
8 years ago
Daniel Agar
34b2fb55e6
Makefile add clang-check and clang-tidy helpers
8 years ago
Daniel Agar
28971caaf3
partially restore mavlink_tests
8 years ago
Daniel Agar
5ec546f735
Makefile add scan-build target
8 years ago
Daniel Agar
dc9a71b674
WIP startup_shutdown test with ASAN on
8 years ago
Daniel Agar
f8d7c53537
lcov exclude gtest and mavlink
8 years ago
Daniel Agar
9fad6f9dd2
travis-ci use PX4_DOCKER for builds and specify tag
8 years ago
Daniel Agar
3607e72d4d
OSX don't run uorb test
8 years ago
Daniel Agar
554f6da1c2
circleci fix test reports and artifacts storage
8 years ago
Daniel Agar
b6ff406b7f
circleci upload coverage to coveralls
8 years ago
Daniel Agar
cc6fc48be2
circleci fix .ccache permissions
8 years ago
Daniel Agar
d6fd633500
sitl tests manually list all
8 years ago
Daniel Agar
4f97ef417f
sitl tests all config
8 years ago
Daniel Agar
9ae5e55f43
Makefile escape cmake generator string
8 years ago
Daniel Agar
351b3d20cb
sitl testing exclude tests
8 years ago
Daniel Agar
97bc0f4486
gather test results
8 years ago
Daniel Agar
cddef87998
Makefile split large target list for semaphore
8 years ago
Daniel Agar
74231e6656
split tests for SITL ctest
8 years ago
Daniel Agar
cbc9680800
relax uorb test required avg
8 years ago
Daniel Agar
c9192e23e1
quiet git header output
8 years ago
Daniel Agar
ac7c309925
move cmake version check into cmake
8 years ago