This project doesn't scan the memory leak, so you should use valgrind
to check the memory leak.
You may need to connect to the NTUT VPN service for accessing.
- Course repo: http://140.124.181.100/yccheng/posd2022f
- TA repo: http://140.124.181.100/course/posd2022f_ta
- Jenkins: http://140.124.181.97:8080/
make
make test
- See if there's any errors.
- Ensure CI pass.
- When new HW appears, put all codes & tests into a new folder which named
HWx
. - Write & add new codes and tests on root, for the next loop.