From 1e8ca781b983cb31d62e21a3a61f25be1fcc694f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 20 May 2019 18:16:40 +0200 Subject: virtual: Rename virtual-fixed.c to virtual-fixed-generated.h Previously the generated .c file was included in another source file, which is not supported in some build systems (e.g., meson). --- .travis/linux/after_success.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis/linux') diff --git a/.travis/linux/after_success.sh b/.travis/linux/after_success.sh index 9c42ce9..6c648a2 100644 --- a/.travis/linux/after_success.sh +++ b/.travis/linux/after_success.sh @@ -9,5 +9,5 @@ if test x"$COVERAGE" = xyes; then docker exec \ -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" \ -e TRAVIS_BRANCH="$TRAVIS_BRANCH" \ - $CONTAINER sh -c "cd $BUILDDIR && cpp-coveralls -b $BUILDDIR -E '(^|.*/)(frob|mock|test)-.*|(^|.*/)(virtual-fixed\.c)' --gcov-options '\-lp'" + $CONTAINER sh -c "cd $BUILDDIR && cpp-coveralls -b $BUILDDIR -E '(^|.*/)(frob|mock|test)-.*|(^|.*/)(virtual-fixed-generated\.h)' --gcov-options '\-lp'" fi -- cgit v1.1