5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
make -C test-suite -k squid-conf-tests
|
||
|
|
make -C test-suite -k runtest-TESTS
|