forked from lix-project/lix
jade
19ae87e5ce
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
15 lines
235 B
Meson
15 lines
235 B
Meson
libstoreconsumer_tester = executable(
|
|
'test-libstoreconsumer',
|
|
'main.cc',
|
|
dependencies : [
|
|
libasanoptions,
|
|
liblixutil,
|
|
liblixstore,
|
|
sodium,
|
|
editline,
|
|
boost,
|
|
lowdown,
|
|
],
|
|
build_by_default : false,
|
|
)
|