6 lines
39 B
Bash
Executable File
6 lines
39 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eux
|
|
|
|
make test
|
|
|