8 lines
46 B
Plaintext
8 lines
46 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -eux
|
||
|
|
|
||
|
|
cd src
|
||
|
|
|
||
|
|
make check-TESTS
|