diff --git a/.travis-run.sh b/.travis-run.sh index 23e70e0..8509589 100755 --- a/.travis-run.sh +++ b/.travis-run.sh @@ -1,5 +1,6 @@ #! /bin/bash -ex +export GCOV_PREFIX=$HOME/gst-switch-coverage case $TEST in python-api ) cd python-api diff --git a/.travis-setup.sh b/.travis-setup.sh index 2176ef0..095dec1 100644 --- a/.travis-setup.sh +++ b/.travis-setup.sh @@ -24,7 +24,6 @@ sudo apt-get -y install wget libav-tools if [[ $TEST == "server" ]]; then sudo pip install cpp-coveralls --upgrade else - sudo apt-get -y install libyaml-cpp-dev sudo pip install python-coveralls --upgrade fi diff --git a/Makefile.am b/Makefile.am index 3b4cd1d..afa8637 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,4 +48,4 @@ unittests: $(MAKE) -C tests/unit check integration: - + $(MAKE) -C python-api test