From a21ea1e91dd5d799e20ccf67d537461b43ff3e90 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Fri, 7 Nov 2014 14:54:20 +0100 Subject: [PATCH] fix travis config use prove instead of make run_tests so it will use all tests in tests/examples (we can add more without changing config) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05b49bdd627..011ebf7e6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: before_script: cd conf && ln -s conf_tests.xml conf.xml && cd .. script: - make - - make run_tests J=AUTO TEST_FILES=examples/01_compile_all_test_targets.t + - PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/ notifications: webhooks: