File: meson.build

package info (click to toggle)
qcom-phone-utils 0.4.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: sh: 441; ansic: 123; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
if get_option('tests')
    shellcheck = find_program('shellcheck', required: true)

    lintable_scripts = files(
        'q6voiced',
        'qcom-modem-setup',
        'zz-qcom-bootimg'
    )

    test('lint shell scripts', shellcheck, args: lintable_scripts)
endif