Build tests with extra debug information.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 25 Aug 2011 21:28:06 +0000 (14:28 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 25 Aug 2011 21:48:41 +0000 (14:48 -0700)
commitfa38471cd772613c5c78f8bd769c117cb18fcc57
tree8c0af4d745b25c7358deab5830b3034c3768cffe
parent8e359ce63d151fbb52678e34c47541868b771b77
Build tests with extra debug information.

Notably, this provides gdb with Vala source file line numbers for
backtraces (which should save a bit of digging through generated C
files).

Gdb still lists generated C line numbers for lines farther up the
stack when there's no obvious Vala line equivalent.
12 files changed:
configure.ac
tests/eds/Makefile.am
tests/folks/Makefile.am
tests/key-file/Makefile.am
tests/lib/Makefile.am
tests/lib/eds/Makefile.am
tests/lib/key-file/Makefile.am
tests/lib/libsocialweb/Makefile.am
tests/lib/tracker/Makefile.am
tests/libsocialweb/Makefile.am
tests/telepathy/Makefile.am
tests/tracker/Makefile.am