API unit test script

This commit is contained in:
Joseph Henry
2016-08-29 14:47:28 -07:00
parent 15199791b4
commit 0ea3df14f8
17 changed files with 685 additions and 13 deletions

10
tests/api_test/test.sh Executable file
View 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 &