]> git.0d.be Git - empathy.git/commit
Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Dec 2007 15:49:28 +0000 (15:49 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 29 Dec 2007 15:49:28 +0000 (15:49 +0000)
commit2c4f7c6b6549f8b95845f1838dd0dc710c9e8304
tree73f77284e63c07544111aae1cea50f8fced8acf0
parent876e427bafc95f2f13a333b9bca0d8982b7faf3d
Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).

svn path=/trunk/; revision=509
18 files changed:
.gitignore
acinclude.m4 [deleted file]
configure.ac
m4/.gitignore [new file with mode: 0644]
m4/Makefile.am [new file with mode: 0644]
m4/acinclude.m4 [new file with mode: 0644]
m4/empathy-args.m4 [new file with mode: 0644]
m4/empathy-valgrind.m4 [new file with mode: 0644]
rules/check.mak [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am
tests/check-empathy-utils.c [new file with mode: 0644]
tests/check-helpers.c [new file with mode: 0644]
tests/check-helpers.h [new file with mode: 0644]
tests/check-libempathy.h [new file with mode: 0644]
tests/check-main.c [new file with mode: 0644]
tests/dlopen.supp [new file with mode: 0644]
tests/valgrind.supp [new file with mode: 0644]