transport/integration-tests/run_all.sh

12 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
# This script runs all integration tests.
set -e -o pipefail
cd http1-basic
dub build --single http1-test.d
./http1-test
cd ..