hurl/bin/test/test.sh

9 lines
178 B
Bash
Raw Normal View History

2022-12-14 11:28:25 +03:00
#!/bin/bash
set -Eeuo pipefail
2022-09-27 10:04:21 +03:00
2022-07-30 05:49:56 +03:00
"$(dirname "$0")"/test_prerequisites.sh
"$(dirname "$0")"/test_unit.sh
2022-10-04 16:31:38 +03:00
export PATH="${PWD}/target/release:$PATH"
2022-07-30 05:49:56 +03:00
"$(dirname "$0")"/test_integ.sh