Adds build and test scripts

This commit is contained in:
2026-05-30 06:58:24 -04:00
parent 9d0e9ebbe5
commit 652fb32539
2 changed files with 16 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
cd "$PROJECT_DIR"
./hs stack test "$@"