buffybox/buffyboard/test/test-all.sh
2024-04-01 17:05:17 +02:00

8 lines
168 B
Bash
Executable file

#!/bin/bash
root=$(dirname "${BASH_SOURCE[0]}")
source "$root/helpers.sh"
run_script "$root/build.sh"
run_script "$root/test-version-matches-meson-and-changelog.sh"