mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-21 01:51:57 +03:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
"$(dirname "$0")"/test_prerequisites.sh
|
|
"$(dirname "$0")"/test_unit.sh
|
|
"$(dirname "$0")"/test_integ.sh
|