lix/tests/functional/test-libstoreconsumer/meson.build
Qyriad 07e1ddc23d meson: add missing tests: ca, dyn-drv, plugins, libstoreconsumer
Change-Id: I6a74ebaf93697cb99aadd6b51538c2766b0a808a
2024-04-04 20:43:38 -06:00

13 lines
215 B
Meson

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