# vi: ts=2 sw=2 et ft=yaml: summary: Basic smoke test prepare: - how: install package: gcc execute: how: tmt script: | set -eux TMP_DIR="$(mktemp -d)" pushd "$TMP_DIR" meson init --name foo cat >pyproject.toml <