7 lines
37 B
Plaintext
7 lines
37 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd src/tests
|
||
|
|
||
|
make check
|
||
|
|