Skip to content

Commit

Permalink
[tests] Added new coverity test configuration
Browse files Browse the repository at this point in the history
Coveriry test configuration that passes travis build time limit
  • Loading branch information
podhrmic authored and flixr committed Aug 12, 2016
1 parent 3d7d0a4 commit 92e3b16
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addons:
description: "Build submitted via Travis CI"
notification_email: [email protected]
build_command_prepend: make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
build_command: make test
build_command: make test_coverity
branch_pattern: coverity_scan

notifications:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ ab_clean:
#
test: test_math test_examples

# subset of airframes for coverity test to pass the limited build time on travis
test_coverity: all
CONF_XML=conf/conf_tests_coverity.xml prove tests/aircrafts/

# compiles all aircrafts in conf_tests.xml
test_examples: all
CONF_XML=conf/conf_tests.xml prove tests/aircrafts/
Expand Down
Loading

0 comments on commit 92e3b16

Please sign in to comment.