This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/ext/picotcp/test/coverage.sh

5 lines
74 B
Bash
Executable File

#!/bin/bash
./test/units.sh || exit 1
./test/autotest.sh || exit 2
exit 0