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