#autoload

_sisyphus_check_tests () {
    local expl tests

    tests=(
        '(buildhost buildtime changelog content deps description dirlist fhs gpg group intersects libtool locales nvr packager perms pkgconfig printable subdirs summary)all[all tests]'
        '(all)buildhost'
        '(all)buildtime'
        '(all)changelog'
        '(all)content'
        '(all)deps'
        '(all)description'
        '(all)dirlist'
        '(all)fhs'
        '(all)gpg'
        '(all)group'
        '(all)intersects'
        '(all)libtool'
        '(all)locales'
        '(all)nvr'
        '(all)packager'
        '(all)perms'
        '(all)pkgconfig'
        '(all)printable'
        '(all)subdirs'
        '(all)summary'
    )

    _values -s , 'tests' "$tests[@]"
}

_sisyphus_check_tests "$@"
