aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add STM32F4 discovery config.Lorenz Meier2015-04-161-2/+7
|
* fixed publication of mixer limit flagsRoman Bapst2015-04-101-4/+4
|
* Eigen: Disable testsLorenz Meier2015-04-041-1/+1
|
* Eigen: Fix logical compare warningLorenz Meier2015-04-041-1/+1
|
* Eigen: Simplify testsLorenz Meier2015-04-041-4/+5
|
* Eigen: Attempt to fix unit testLorenz Meier2015-04-041-1/+1
|
* Eigen: Re-enable testsLorenz Meier2015-04-031-1/+1
|
* Tests: Fix code style on system testsLorenz Meier2015-03-2817-237/+424
|
* trivial code style cleanup round 2Daniel Agar2015-03-273-4/+7
|
* Disable eigen test until fixedLorenz Meier2015-03-201-1/+1
|
* fix code style if trivial one line differenceDaniel Agar2015-03-193-3/+3
|
* Merge pull request #1931 from Zefz/eigen-testsLorenz Meier2015-03-194-1/+426
|\ | | | | Added test_eigen to verify correctness of eigen calculations
| * Eigen: Add verify macro to check if math operations are correctJohan Jansen2015-03-171-10/+23
| |
| * test_eigen: Make TEST_OP macro more readableJohan Jansen2015-03-171-2/+11
| |
| * Eigen: Add general purpose Eigen compatability header for PX4Johan Jansen2015-03-171-11/+1
| |
| * tests: Added test_eigen to verify correctness of eigen calculationsJohan Jansen2015-03-174-1/+414
| |
* | Turn on PWM output for PPM loopback testorlando3d2015-03-191-10/+9
|/
* added quaternion rotation method testRoman Bapst2015-03-061-1/+72
|
* mathlib tests: Fix typoLorenz Meier2015-02-231-1/+1
|
* mathlib test: Print all test types which are actually performedLorenz Meier2015-02-231-1/+4
|
* mathlib test: Code style fixesLorenz Meier2015-02-231-29/+36
|
* added test for quaternion methodstumbili2015-02-231-0/+67
|
* Update sensor testLorenz Meier2015-02-091-6/+6
|
* System cmds: Move to 0 based indexLorenz Meier2015-02-096-7/+7
|
* tests system command: Fix return value of tests all commandLorenz Meier2015-02-091-1/+1
|
* Modernize system tests, API cleanupLorenz Meier2015-02-085-192/+59
|
* Remove C file from buildLorenz Meier2015-02-011-2/+1
|
* Remove MTD testLorenz Meier2015-02-013-240/+2
|
* Changed naming of the mixers to get rid of umbiguity as outputs are actually ↵Anton Matosov2015-01-081-1/+1
| | | | | | going to be driven by io, not fmu Implemented automatic lookup for the .aux.mix file if it exists
* add simple nonsymmetric Matrix testing to test_mathlibDaniel Agar2015-01-032-2/+51
|
* Replace use of -Wno-error and only ignore specific warningsDaniel Agar2014-12-231-1/+2
|
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-0/+2
|
* Add define to cull flash-intense mathlib testsLorenz Meier2014-10-291-0/+2
|
* Mag scale check: only test if the scale roughly makes sense, do not judge ↵Lorenz Meier2014-08-181-1/+1
| | | | the environment
* tests, drive by: Fix double comparison, use reasonable margin based on ↵Lorenz Meier2014-07-121-1/+2
| | | | context of test
* Update sensors testsLorenz Meier2014-07-081-1/+36
|
* Fix compiler warningsDon Gagne2014-07-071-0/+2
|
* Fix unused variable warningsDon Gagne2014-07-061-0/+3
|
* systemcmds: Warning fixesLorenz Meier2014-06-304-9/+12
|
* Fix compiler warningsDon Gagne2014-06-299-43/+26
|
* More tab fixesDon Gagne2014-06-291-1/+1
|
* Fix bugs found through compiler warningsDon Gagne2014-06-291-0/+1
|
* mtd cmd: Warnings eleminatedLorenz Meier2014-05-241-6/+11
|
* perf: Allow printing to arbritrary fdsLorenz Meier2014-05-211-1/+1
|
* Consistently making space for a maximum of 12 channels, 10 channels ↵Lorenz Meier2014-03-171-2/+2
| | | | (including reference / temperature) are used / available right now
* Fix up ADC tests command to read all channels at onceLorenz Meier2014-03-171-2/+2
|
* tests: added "tests file2" filesystem testAndrew Tridgell2014-03-044-0/+199
| | | | | this is useful for testing for filesystem corruption on cluster boundaries
* Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-271-21/+17
|\
| * Fixed a number of compile warnings in mount tests.Lorenz Meier2014-02-231-21/+17
| |
* | Optimize and update data manager docsJean Cyr2014-02-021-4/+4
| | | | | | | | | | | | | | Move repeated code to common function Update missing and misleading comments Fix data manager test compile errors No functional changes