mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-30 23:18:51 +00:00
10 lines
132 B
Bash
Executable File
10 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source $(dirname "$0")/tools.sh
|
|
|
|
# Fetch artifact if needed.
|
|
fetch_dist
|
|
|
|
# Run tests.
|
|
cd nss/tests && ./all.sh
|