Break up test scripts
This commit is contained in:
12
test/tests.sh
Executable file
12
test/tests.sh
Executable 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
|
||||
Reference in New Issue
Block a user