Files
kernels/ci/test_driver.sh
T

6 lines
75 B
Bash
Executable File

#!/bin/bash
# exit when any command fails
set -e
make -C driver/tests run