I suggest to add tests for testing modules of this project. Recommendation: Google test for C++: https://docs.microsoft.com/ko-kr/visualstudio/test/how-to-use-google-test-for-cpp.
We can run unit tests per module. For example, we can add encryption/decryption tests for crypto.cpp.
I suggest to add tests for testing modules of this project. Recommendation: Google test for C++: https://docs.microsoft.com/ko-kr/visualstudio/test/how-to-use-google-test-for-cpp.
We can run unit tests per module. For example, we can add encryption/decryption tests for
crypto.cpp.