first
This commit is contained in:
12
tests/smoke.sh
Executable file
12
tests/smoke.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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'
|
||||
Reference in New Issue
Block a user