Fix: test_seek static linking
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Aug 2013 17:28:13 +0000 (13:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Aug 2013 17:28:13 +0000 (13:28 -0400)
commitc0903f871e79d7dcec02deb2e2121be6bce16d9b
tree48c49bd2a93c335f4401c3d591057174050bb3d0
parent684bd521a30ffb709698d92cf5feb87d5aa83a91
Fix: test_seek static linking

./configure --disable-shared --enable-static
make
make check

The make check fails for test_seek.

Fix this by ensuring that test_seek has a dependency on libbabeltrace
and libbabeltrace-ctf. This is a temporary work-around until we improve
our plugin handling.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/lib/Makefile.am
tests/lib/test_seek.c
This page took 0.024836 seconds and 4 git commands to generate.