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