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/tests/api_test/test.sh

11 lines
169 B
Bash
Raw Normal View History

2016-08-29 14:47:28 -07:00
#!/bin/bash
echo "Performing unit tests..."
chmod 755 build/tests/servers.sh
chmod 755 build/tests/clients.sh
2016-08-29 17:00:22 -07:00
./servers.sh $1 $2 $3 &
2016-08-29 14:47:28 -07:00
sleep 3
2016-08-29 17:00:22 -07:00
./clients.sh $1 $2 $3 &