> The project's first steps, however, should focus on simply > constructing a solid unit testing framework and integrating that into > our build process. I would *strongly* recommend using an existing > open source unit testing framework such as GTest.
I was thinking whether I could do this step now and provide some unit tests as my low-hanging-fruit tasks. However, I'm not sure what I would need to do in order to integrate the unit testing framework with the building process. Some points that come to my mind are: 1. Checking the presence of the unit testing library while running configure 2. adding all the new files into the make procedure 3. adding a new build target like 'make unittest' which would run the tests I have the feeling that I'm totally missing something and it might turn out to take a lot more work than I would expect. Anyway I would appreciate any feedback :) _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

