2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00
vinyldns/bin/func-test-api.sh

8 lines
125 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
2018-07-27 10:18:29 -04:00
DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
2018-07-27 10:18:29 -04:00
cd "$DIR/../test/api/functional"
make