File: meson.build

package info (click to toggle)
libmegapixels 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 3,859; sh: 19; makefile: 13; python: 8
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
check_mode = executable('check_mode', 'check_mode.c', 'greatest.h',
    include_directories: inc,
    link_with: libmegapixels,
    install: false,
)

test('check_mode', check_mode)