mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 19:12:06 +03:00
8 lines
163 B
Bash
Executable File
8 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
"$(dirname "$0")"/test_prerequisites.sh
|
|
"$(dirname "$0")"/test_unit.sh
|
|
export PATH="${PWD}/target/release:$PATH"
|
|
"$(dirname "$0")"/test_integ.sh
|