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/
|
||||
.libs/
|
||||
.coveralls.yml
|
||||
coverage/
|
||||
coverage*/
|
||||
coverage.info
|
||||
|
||||
# suppress output of build process and *nix/windows test executables
|
||||
|
3
makefile
3
makefile
@ -97,6 +97,9 @@ mtest:
|
||||
timing: $(LIBNAME)
|
||||
$(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]
|
||||
docdvi: tommath.src
|
||||
cd pics ; MAKE=${MAKE} ${MAKE}
|
||||
|
@ -90,9 +90,6 @@ lcov: coverage
|
||||
lcov --capture --no-external --no-recursion $(LCOV_ARGS) --output-file coverage.info -q
|
||||
genhtml coverage.info --output-directory coverage -q
|
||||
|
||||
coveralls: coverage
|
||||
cpp-coveralls
|
||||
|
||||
# target that removes all coverage output
|
||||
cleancov-clean:
|
||||
rm -f `find . -type f -name "*.info" | xargs`
|
||||
|
Loading…
Reference in New Issue
Block a user