File: meson.build

package info (click to toggle)
isc-kea 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,448 kB
  • sloc: cpp: 595,796; sh: 26,896; lex: 8,540; yacc: 8,424; python: 1,065; xml: 149; makefile: 39
file content (8 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
8
foreach f : FUZZER_EXECUTABLES
    test(
        f.name(),
        f,
        is_parallel: false,
        priority: -1,
    )
endforeach