Clean up and enable more network tests

This commit is contained in:
Ruihan Li
2023-12-25 02:17:17 +08:00
committed by Tate, Hongliang Tian
parent 9a3f95eee2
commit ff7e18b114
3 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,9 @@ set -e
NETTEST_DIR=/regression/network
cd ${NETTEST_DIR}
echo "Start network test......"
./tcp_server &
./tcp_client
./udp_server &
@ -12,5 +14,7 @@ echo "Start network test......"
./unix_server &
./unix_client
./socketpair
./listen_backlog
./send_buf_full
echo "All network test passed"