Break up test scripts

This commit is contained in:
2019-06-19 18:53:31 +02:00
parent dd8e62bdab
commit 0004064a27
7 changed files with 114 additions and 89 deletions

12
test/tests.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
export SERVER="server.out"
export SERVER_DIR="../bin/"
export WWW_ROOT="../bin/www"
./startwebserver.sh
./test_head.sh
./test_get.sh
./stopwebserver.sh