5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export LC_ALL=en_US.UTF-8
|
||
|
make -k runtests
|