70a02d1e83
This change adds autoconf/automake support for building all of mosh with gcov, and generates an lcov html report. This allows seeing which parts ofthe source tree have good test coverage, and which can be shored up. Eventually, it would be good to hook this up to Github Actions to be generated automatically.
40 lines
464 B
Plaintext
40 lines
464 B
Plaintext
*.a
|
|
*.o
|
|
*.pb.cc
|
|
*.pb.h
|
|
*~
|
|
.deps
|
|
Makefile
|
|
Makefile.in
|
|
.cproject
|
|
.project
|
|
compile_commands.json
|
|
aminclude_static.am
|
|
|
|
# Coverage artifacts
|
|
*.gcda
|
|
*.gcno
|
|
*-coverage.info
|
|
*-coverage
|
|
|
|
/INSTALL
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache
|
|
/compile
|
|
src/include/config.h
|
|
src/include/config.h.in
|
|
src/include/config.h.in~
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/mosh-*.tar.gz
|
|
src/include/stamp-h1
|
|
/test-driver
|
|
/VERSION
|
|
/scripts/mosh
|
|
src/include/version.h
|