cba67108a0
* m4/ax_code_coverage.m4: New file. * configure.ac: Use AX_CODE_COVERAGE. * Makefile.am: Add @CODE_COVERAGE_RULES@. (CODE_COVERAGE_LCOV_OPTIONS, CODE_COVERAGE_GENHTML_OPTIONS, CODE_COVERAGE_IGNORE_PATTERN): New variables. (strace_CPPFLAGS): Add $(CODE_COVERAGE_CPPFLAGS). (strace_CFLAGS): Add $(CODE_COVERAGE_CFLAGS). (strace_LDADD): Add $(CODE_COVERAGE_LDFLAGS). * .gitignore: Add *.gcda and *.gcno. Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
70 lines
755 B
Plaintext
70 lines
755 B
Plaintext
*~
|
|
*.o
|
|
.deps
|
|
.libs
|
|
.version
|
|
.*.swp
|
|
*.gcda
|
|
*.gcno
|
|
*.gdb
|
|
core
|
|
.gdbinit
|
|
.gdb_history
|
|
|
|
/ChangeLog
|
|
/CREDITS
|
|
|
|
Makefile
|
|
Makefile.in
|
|
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/compile
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/stamp-h1
|
|
|
|
/*.gdb
|
|
/strace
|
|
/test-driver
|
|
|
|
/ioctlent[012].h
|
|
/ioctls_all[012].h
|
|
/ioctlsort[012]
|
|
|
|
/sen.h
|
|
/sys_func.h
|
|
|
|
/strace-*.tar.xz
|
|
|
|
/tests-m32
|
|
/tests-mx32
|
|
|
|
/libmpers-m32.a
|
|
/libmpers-mx32.a
|
|
/m32_funcs.h
|
|
/m32_printer_decls.h
|
|
/m32_printer_defs.h
|
|
/m32_type_defs.h
|
|
/mpers-m32
|
|
/mpers-m32.stamp
|
|
/mpers-mx32
|
|
/mpers-mx32.stamp
|
|
/mpers.am
|
|
/mpers_xlat.h
|
|
/mx32_funcs.h
|
|
/mx32_printer_decls.h
|
|
/mx32_printer_defs.h
|
|
/mx32_type_defs.h
|
|
/native_printer_decls.h
|
|
/native_printer_defs.h
|
|
/printers.h
|