mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +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
|