aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Belikov <pavel.fuchs.belikov@gmail.com>2017-11-23 19:49:39 +0300
committerPavel Belikov <pavel.fuchs.belikov@gmail.com>2017-11-23 19:49:39 +0300
commit479527bb9224e250f5c69beca09c9d58e26981a5 (patch)
treec15d9be9c6a252cbb14b81a653582358e1e810e1
parentfix inclusion into multiple source files (diff)
downloadargs.hxx-479527bb9224e250f5c69beca09c9d58e26981a5.tar.xz
fix coveralls
-rw-r--r--.travis.yml2
-rw-r--r--CMakeLists.txt2
-rw-r--r--test/multiple_inclusion_1.cxx (renamed from test/multiple_inclusion_1.cpp)0
-rw-r--r--test/multiple_inclusion_2.cxx (renamed from test/multiple_inclusion_2.cpp)0
4 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d4892fe..efba6f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -145,6 +145,6 @@ before_install:
- pip install --user cpp-coveralls
after_success:
- - if [ "${COVERAGE}" = 1 ]; then coveralls --root .. -E ".*catch.*" -E ".*CMakeFiles.*" -E ".*gitlike.cxx.*" -E ".*test.cxx.*"; fi
+ - if [ "${COVERAGE}" = 1 ]; then coveralls --root .. -E ".*catch.*" -E ".*CMakeFiles.*" -E ".*gitlike.cxx.*" -E ".*test.*"; fi
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 24d4a08..322e8d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ else ()
target_compile_options(argstest PRIVATE -Wall -Wextra -Werror -pedantic -Wshadow -Wunused-parameter)
endif ()
-add_executable(argstest-multiple-inclusion test/multiple_inclusion_1.cpp test/multiple_inclusion_2.cpp)
+add_executable(argstest-multiple-inclusion test/multiple_inclusion_1.cxx test/multiple_inclusion_2.cxx)
target_link_libraries(argstest-multiple-inclusion args)
set_property(TARGET argstest-multiple-inclusion PROPERTY CXX_STANDARD 11)
diff --git a/test/multiple_inclusion_1.cpp b/test/multiple_inclusion_1.cxx
index b831d0a..b831d0a 100644
--- a/test/multiple_inclusion_1.cpp
+++ b/test/multiple_inclusion_1.cxx
diff --git a/test/multiple_inclusion_2.cpp b/test/multiple_inclusion_2.cxx
index cdcb020..cdcb020 100644
--- a/test/multiple_inclusion_2.cpp
+++ b/test/multiple_inclusion_2.cxx