aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test-libstoreconsumer/meson.build
blob: 63d0c97ac1b84292b255a3680fe7d2c1dfb9091e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libstoreconsumer_tester = executable(
  'test-libstoreconsumer',
  'main.cc',
  dependencies : [
    libasanoptions,
    liblixutil,
    liblixstore,
    sodium,
    editline,
    boost,
    lowdown,
  ],
  build_by_default : false,
)