hurl/bin/test/test.sh

8 lines
163 B
Bash
Raw Normal View History

2022-07-30 05:49:56 +03:00
#!/bin/sh
set -e
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