Add a framework for regression tests

This commit is contained in:
Ruihan Li
2024-03-20 14:55:17 +08:00
committed by Tate, Hongliang Tian
parent e8a991048f
commit b53980da25
5 changed files with 298 additions and 1 deletions

View File

@ -21,5 +21,7 @@ echo "Start network test......"
# ./send_buf_full
./http_server &
./http_client
./tcp_err
./udp_err
echo "All network test passed"