Skip to content

Commit

Permalink
Coveriry test configuration that passes travis build time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Aug 10, 2016
1 parent 3c89db7 commit 3128400
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
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

0 comments on commit 3128400

Please sign in to comment.