API unit test script
This commit is contained in:
10
tests/api_test/test.sh
Executable file
10
tests/api_test/test.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Performing unit tests..."
|
||||
|
||||
chmod 755 build/tests/servers.sh
|
||||
chmod 755 build/tests/clients.sh
|
||||
|
||||
./build/tests/servers.sh $1 $2 &
|
||||
sleep 3
|
||||
./build/tests/clients.sh $1 $2 &
|
||||
Reference in New Issue
Block a user