Move coveralls make target to makefile
...as it doesn't work for makefile.shared ...
This commit is contained in:
parent
da9fa5bd04
commit
f9a6e0bf2f
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,7 +10,7 @@ Debug/
|
|||||||
Release/
|
Release/
|
||||||
.libs/
|
.libs/
|
||||||
.coveralls.yml
|
.coveralls.yml
|
||||||
coverage/
|
coverage*/
|
||||||
coverage.info
|
coverage.info
|
||||||
|
|
||||||
# suppress output of build process and *nix/windows test executables
|
# suppress output of build process and *nix/windows test executables
|
||||||
|
3
makefile
3
makefile
@ -97,6 +97,9 @@ mtest:
|
|||||||
timing: $(LIBNAME)
|
timing: $(LIBNAME)
|
||||||
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
|
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
|
||||||
|
|
||||||
|
coveralls: coverage
|
||||||
|
cpp-coveralls
|
||||||
|
|
||||||
# makes the LTM book DVI file, requires tetex, perl and makeindex [part of tetex I think]
|
# makes the LTM book DVI file, requires tetex, perl and makeindex [part of tetex I think]
|
||||||
docdvi: tommath.src
|
docdvi: tommath.src
|
||||||
cd pics ; MAKE=${MAKE} ${MAKE}
|
cd pics ; MAKE=${MAKE} ${MAKE}
|
||||||
|
@ -90,9 +90,6 @@ lcov: coverage
|
|||||||
lcov --capture --no-external --no-recursion $(LCOV_ARGS) --output-file coverage.info -q
|
lcov --capture --no-external --no-recursion $(LCOV_ARGS) --output-file coverage.info -q
|
||||||
genhtml coverage.info --output-directory coverage -q
|
genhtml coverage.info --output-directory coverage -q
|
||||||
|
|
||||||
coveralls: coverage
|
|
||||||
cpp-coveralls
|
|
||||||
|
|
||||||
# target that removes all coverage output
|
# target that removes all coverage output
|
||||||
cleancov-clean:
|
cleancov-clean:
|
||||||
rm -f `find . -type f -name "*.info" | xargs`
|
rm -f `find . -type f -name "*.info" | xargs`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user