File: meson.build

package info (click to toggle)
libinputsynth 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168 kB
  • sloc: ansic: 767; xml: 32; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Tests without input

test_load_plugin = executable(
  'test_load_plugin', 'test_load_plugin.c',
  dependencies: inputsynth_deps,
  link_with: inputsynth_lib,
  include_directories: inputsynth_inc,
  install: false)
test('test_load_plugin', test_load_plugin, suite: 'post-install')