hurl/bin/test/test.sh
2022-09-28 16:38:16 +02:00

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