From 3fcdd8c286ec44e447b27d4c5d812f067689d9c5 Mon Sep 17 00:00:00 2001 From: podhrmic Date: Tue, 26 Jul 2016 10:57:11 -0700 Subject: [PATCH] Coveriry test configuration that passes travis build time limit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 29c9dd78efc..05c85b598ee 100644 --- a/Makefile +++ b/Makefile @@ -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/