lix/tests/functional/test-libstoreconsumer/meson.build
jade 19ae87e5ce tree-wide: add support for asan!
What if you could find memory bugs in Lix without really trying very
hard? I've had variously scuffed patches to do this, but this is
blocked on boost coroutines removal at this point tbh.

Change-Id: Id762af076aa06ad51e77a6c17ed10275929ed578
2024-07-31 14:13:39 -07:00

15 lines
235 B
Meson

libstoreconsumer_tester = executable(
'test-libstoreconsumer',
'main.cc',
dependencies : [
libasanoptions,
liblixutil,
liblixstore,
sodium,
editline,
boost,
lowdown,
],
build_by_default : false,
)