File: meson.build

package info (click to toggle)
casync 2%2B20201210-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,952 kB
  • sloc: ansic: 31,284; sh: 423; python: 69; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1+

fuzzers = [
        [['test/fuzz/fuzz-compress.c']],
]

fuzz_main_c = files('fuzz-main.c')