File: meson.build

package info (click to toggle)
hexchat 3.0.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,028 kB
  • sloc: ansic: 61,043; xml: 3,988; perl: 1,144; python: 885; cs: 589; cpp: 307; sh: 130; makefile: 25
file content (16 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fishlim_test_sources = [
  'tests.c',
  'mock-keystore.c',
  '../fish.c',
  '../utils.c',
]

fishlim_tests = executable('fishlim_tests', fishlim_test_sources,
  dependencies: [libgio_dep, libssl_dep, hexchat_plugin_dep],
  include_directories: include_directories('..'),
)

test('Fishlim Tests', fishlim_tests,
  protocol: 'tap',
  timeout: 600,
)