This is the todo list to improve mockcpp and testngpp
Build System Optimize
Refactor build scripts
Features
- One script to support many compilers on a platform.
- Move the build directory to source root, so we can use build_vc, build_mingw to store binaries generated by different compilers.
- Use subdirectories in build directory to store the build files for different project.
TODO
- Move build directory to source root.
Features
- Reuse the prebuilt binary, so don't neet to waste time to build them each time built the tested project.
- Create a prebuilt binary repository and add a sample project to make it easy to use.
- Manage prebuilt binaries in different directories classified by platform and compiler.
TODO
Little improvements
mockcpp
testngpp
Mockcpp Bugfix
Testngpp Bugfix