Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 881 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 881 Bytes

Tester

You can use this tester through the makefile of our webserv project.

With make tester you can initialize the filesystem permisions for testing (it runs the init.sh), create the tester executable testserv, makes and starts our webserv with corresponding config file.

⚠️ AFTER TESTING USE make rmtester, otherwise some of the filesystem can't be accessed anymore.⚠️
make rmtester will cleanup by reverting filesystem permission and removes tester executable testerv after you are done testing (it runs the revert.sh).

In the output of the tester you can see which test comes from which line of code so it is easier to find out which test resulted in what.
These tests could be extended as far as you like, since it is quite self-explanatory.

back to the main README