mirror of
https://github.com/clearlinux/bsdiff.git
synced 2026-09-05 05:11:58 +00:00
Automake provides a nice test harness that can parse TAP results, so switch to using that. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
35 lines
332 B
Plaintext
35 lines
332 B
Plaintext
*.o
|
|
.libs/
|
|
*.lo
|
|
*.pc
|
|
config.*
|
|
.deps/
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
Makefile
|
|
Makefile.in
|
|
bsdiff
|
|
bsdump
|
|
bspatch
|
|
compile
|
|
configure
|
|
coverage/
|
|
depcomp
|
|
install-sh
|
|
libbsdiff.la
|
|
libtool
|
|
ltmain.sh
|
|
m4/
|
|
missing
|
|
src/.dirstamp
|
|
src/*.gcda
|
|
src/*.gcno
|
|
stamp-h1
|
|
bsdiff-*.tar.xz
|
|
test/*.diff
|
|
test/*.out
|
|
test/*.log
|
|
test/*.trs
|
|
tap-driver.sh
|
|
test-suite.log
|