1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
libstoreconsumer_tester = executable(
  'test-libstoreconsumer',
  'main.cc',
  dependencies : [
    libasanoptions,
    liblix,
    editline,
    boost,
    lowdown,
    kj,
  ],
  build_by_default : false,
)