- Clone the project
- Open the task in task.pdf
- Start working with
*.cfiles according to the task
For unit testing is used googletest
- Install GoogleTest for your OS
brew install googletestfor macOSsudo apt-get install libgtest-devfor Ubuntuchoco install googletestfor Windows
- Run
make testto run all tests - While developing use CMake to build and run tests
- Run
make - Use generated
compfile to compile PHP8 code