aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test-libstoreconsumer/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test-libstoreconsumer/meson.build')
-rw-r--r--tests/functional/test-libstoreconsumer/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/functional/test-libstoreconsumer/meson.build b/tests/functional/test-libstoreconsumer/meson.build
new file mode 100644
index 000000000..ad96aac12
--- /dev/null
+++ b/tests/functional/test-libstoreconsumer/meson.build
@@ -0,0 +1,13 @@
+libstoreconsumer_tester = executable(
+ 'test-libstoreconsumer',
+ 'main.cc',
+ dependencies : [
+ liblixutil,
+ liblixstore,
+ sodium,
+ editline,
+ boost,
+ lowdown,
+ ],
+ build_by_default : false,
+)