Files
postinstall-debian/tests/smoke.sh
2026-03-15 04:54:51 +01:00

13 lines
269 B
Bash
Executable File

#!/usr/bin/env bash
set -u
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
test -f "$PROJECT_ROOT/install.sh"
test -f "$PROJECT_ROOT/core/bootstrap.sh"
test -f "$PROJECT_ROOT/lib/ui.sh"
test -f "$PROJECT_ROOT/menus/main.sh"
printf 'Smoke test OK\n'