spiegel-keyman/linux/scripts/test/test.sh
Eberhard Beilharz 2754e4bef4
maint(linux): generate tar-ignore in dist.sh
This generates the `--tar-ignore`s to avoid having to manually maintain
the list when adding new files or folders for other platforms. Instead
now we have a list of files and directories to include, and a list of
exceptions to exclude from the includes. From that we generate the
tar-ignore list.

Fixes: #14563
Test-bot: skip
2025-08-28 18:41:29 +02:00

6 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
set -eu
"$(dirname "$0")/deb-packaging.tests.sh"
"$(dirname "$0")/verify_api.tests.sh"
"$(dirname "$0")/package-build.inc.tests.sh"