mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
9 lines
132 B
Bash
9 lines
132 B
Bash
#!/usr/bin/env bash
|
|
|
|
source $(dirname "$0")/tools.sh
|
|
|
|
# Fetch artifact if needed.
|
|
fetch_dist
|
|
|
|
# Run tests.
|
|
cd nss/tests && ./all.sh
|