Dear all, i am developing tests in the subtree 3 of my plan. Regression Test with Google Test Framework.
I have extracted axis-util for the current trunk, create an enviroment with gtest, gcov, lcov with CMake and started to add tests. The result is at https://github.com/jzoppi/axis2c-trunk/tree/master/util With this command you enable the gtest and gcov cmake -DENABLE_COVERAGE=ON CMakeLists.txt make axutil-test_coverage # you execute the tests This closes my 4 hour week. Next weeks i will add more test to get a good test coverage for axutil. Best Regards, Giorgio